| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 745ce0c4a4ca5b5e83481930eee4a867345707f7..13c91fc1505223b5c927066603bf0e91f6721125 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -396,9 +396,6 @@ const char kEnableAccessibility[] = "enable-accessibility";
|
| // Enables AeroPeek for each tab. (This switch only works on Windows 7).
|
| const char kEnableAeroPeekTabs[] = "enable-aero-peek-tabs";
|
|
|
| -// Enables the application section of the new tab page.
|
| -const char kEnableAppLauncher[] = "enable-app-launcher";
|
| -
|
| // Enable the inclusion of non-standard ports when generating the Kerberos SPN
|
| // in response to a Negotiate challenge. See HttpAuthHandlerNegotiate::CreateSPN
|
| // for more background.
|
| @@ -452,10 +449,6 @@ const char kEnableContentPrefetch[] = "enable-content-prefetch";
|
| // Enables web developers to create apps for Chrome without using crx packages.
|
| const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps";
|
|
|
| -// Whether default apps should be installed in this profile. This flag has no
|
| -// effect on Chrome OS because default apps are always enabled there.
|
| -const char kEnableDefaultApps[] = "enable-default-apps";
|
| -
|
| // Enables device motion events.
|
| const char kEnableDeviceMotion[] = "enable-device-motion";
|
|
|
|
|