By moving the call to Load() up in SearchProvider::Start(), we are giving a chance...
[chromium-blink-merge.git] / chromeos / chromeos_switches.h
blob565121d2f86b9e47622423e9933b3582e54a2434
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 kChromeOSReleaseBoard[];
24 CHROMEOS_EXPORT extern const char kDbusStub[];
25 CHROMEOS_EXPORT extern const char kEnableNewNetworkHandlers[];
26 CHROMEOS_EXPORT extern const char kSmsTestMessages[];
28 } // namespace switches
29 } // namespace chromeos
31 #endif // CHROMEOS_CHROMEOS_SWITCHES_H_