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

Unified Diff: chrome/common/chrome_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 | « chrome/common/chrome_switches.h ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 53b0444f11d83685097e038e07682ca95c31496c..4a1049e120ad110b13469f85ed789ca0def4b297 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1464,15 +1464,9 @@ const char kDisableLoginAnimations[] = "disable-login-animations";
// Avoid doing animations upon oobe.
const char kDisableOobeAnimation[] = "disable-oobe-animation";
-// Disables fake ethernet network on the login screen.
-const char kDisableStubEthernet[] = "disable-stub-ethernet";
-
// Enable Kiosk app mode for ChromeOS.
const char kEnableAppMode[] = "enable-app-mode";
-// Enable "interactive" mode for stub implemenations (e.g. NetworkLibrary)
-const char kEnableStubInteractive[] = "enable-stub-interactive";
-
// Enables component extension that initializes background pages of
// certain hosted applications.
const char kEnableBackgroundLoader[] = "enable-background-loader";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698