Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: chromeos/chromeos_switches.cc

Issue 12381002: Improve network stub behavior (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/res/enabled Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 45e076fcc8ede07edbfa1a90d397001370075728..906b69aa7c5e1bd14bfbb5990a8c632f6c65c38f 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -13,6 +13,9 @@ const char kChromeOSReleaseBoard[] = "chromeos-release-board";
// Forces the stub implementation of dbus clients.
const char kDbusStub[] = "dbus-stub";
+// Disables fake ethernet network in the stub implementations.
+const char kDisableStubEthernet[] = "disable-stub-ethernet";
+
// Enables experiments in locally managed user creation ui.
const char kEnableLocallyManagedUserUIExperiments[] =
"enable-locally-managed-users-ui-experiments";
@@ -21,13 +24,16 @@ const char kEnableLocallyManagedUserUIExperiments[] =
const char kEnableNewNetworkChangeNotifier[] =
"enable-new-network-change-notifier";
-// Enables screensaver extensions.
-const char kEnableScreensaverExtensions[] = "enable-screensaver-extensions";
-
// Enables the new NetworkConfigurationHandler class.
const char kEnableNewNetworkConfigurationHandlers[] =
"enable-new-network-configuration-handlers";
+// Enables screensaver extensions.
+const char kEnableScreensaverExtensions[] = "enable-screensaver-extensions";
+
+// Enable "interactive" mode for stub implemenations (e.g. NetworkStateHandler)
+const char kEnableStubInteractive[] = "enable-stub-interactive";
+
// Sends test messages on first call to RequestUpdate (stub only).
const char kSmsTestMessages[] = "sms-test-messages";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698