Fixed up some broken browser tests for swarm on linux
[chromium-blink-merge.git] / chromeos / chromeos_switches.h
blob29658f3e2c4472e957da83124f7f4d95cd448f8b
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROMEOS_CHROMEOS_SWITCHES_H_
6 #define CHROMEOS_CHROMEOS_SWITCHES_H_
8 #include "chromeos/chromeos_export.h"
10 namespace chromeos {
11 namespace switches {
13 // Switches that are used in src/chromeos must go here.
14 // Other switches that apply just to chromeos code should go here also (along
15 // with any code that is specific to the chromeos system). ChromeOS specific UI
16 // should be in src/ash.
18 // Note: If you add a switch, consider if it needs to be copied to a subsequent
19 // command line if the process executes a new copy of itself. (For example,
20 // see chromeos::LoginUtil::GetOffTheRecordCommandLine().)
22 // Please keep alphabetized.
23 CHROMEOS_EXPORT extern const char kDbusStub[];
24 CHROMEOS_EXPORT extern const char kSmsTestMessages[];
26 } // namespace switches
27 } // namespace chromeos
29 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_