blob: 496bb99e78217ab7da96ec2a41c52897039d08aa [file] [log] [blame]
// Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef GERM_SWITCHES_H_
#define GERM_SWITCHES_H_
namespace germ {
extern const char kLogToStderr[];
extern const char kNewLauncher[];
} // namespace germ
#endif // GERM_SWITCHES_H_