| 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";
|
|
|