| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f7ab36416b527bacf999cbafd46a3fa0eeaed671..395bec0022fe6814e3039648c89325205b6137e7 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1357,9 +1357,6 @@ const char kEnableGView[] = "enable-gview";
|
| // Enable Kiosk mode for ChromeOS
|
| const char kEnableKioskMode[] = "enable-kiosk-mode";
|
|
|
| -// Enables mobile setup in a dialog.
|
| -const char kEnableMobileSetupDialog[] = "enable-mobile-dialog";
|
| -
|
| // Enables support for policy-configured networks.
|
| const char kEnableONCPolicy[] = "enable-onc-policy";
|
|
|
|
|