[content shell] implement testRunner.overridePreference
[chromium-blink-merge.git] / chromeos / chromeos_switches.cc
blob69f1c5ffbc408c6fbebcd539981e21cd8b60bac6
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 #include "chromeos/chromeos_switches.h"
7 namespace chromeos {
8 namespace switches {
10 // Enables overriding the Chrome OS board type when running on Linux.
11 const char kChromeOSReleaseBoard[] = "chromeos-release-board";
13 // Forces the stub implementation of dbus clients.
14 const char kDbusStub[] = "dbus-stub";
16 // Enables the new NetworkStateHandler class.
17 const char kEnableNewNetworkHandlers[] = "enable-new-network-handlers";
19 // Sends test messages on first call to RequestUpdate (stub only).
20 const char kSmsTestMessages[] = "sms-test-messages";
22 } // namespace switches
23 } // namespace chromeos