Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index f58163562a0b9282c3a32e140f4c4e8cd0d6fa7e..145799b38e97f7160f92fcba3e5722dcb2644c0a 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -41,13 +41,16 @@ const char kAppId[] = "app-id"; |
| const char kAppLaunchAsPanel[] = "app-launch-as-panel"; |
| // Makes the app launcher popup when a new tab is created. |
| -const char kAppLauncherForNewTab[] = "app-launcher-new-tab"; |
| +const char kAppsPanel[] = "apps-panel"; |
|
rafaelw
2010/05/12 18:16:39
alphabetize
|
| // The title to use for the gallery link in the app launcher. |
| -const char kAppLauncherGalleryTitle[] = "app-launcher-gallery-title"; |
| +const char kAppsGalleryTitle[] = "apps-gallery-title"; |
| // The URL to use for the gallery link in the app launcher. |
| -const char kAppLauncherGalleryURL[] = "app-launcher-gallery-url"; |
| +const char kAppsGalleryURL[] = "apps-gallery-url"; |
| + |
| +// Disable throbber for extension apps. |
| +const char kAppsNoThrob[] = "apps-no-throb"; |
| // Authentication white list for servers |
| const char kAuthServerWhitelist[] = "auth-server-whitelist"; |
| @@ -199,10 +202,6 @@ const char kDisableSyncThemes[] = "disable-sync-themes"; |
| // Disable syncing of typed urls. |
| const char kDisableSyncTypedUrls[] = "disable-sync-typed-urls"; |
| -// Disable throbber for extension apps. |
| -const char kDisableThrobberForExtensionApps[] = |
| - "disable-throbber-for-extension-apps"; |
| - |
| // Enables the backend service for web resources, used in the new tab page for |
| // loading tips and recommendations from a JSON feed. |
| const char kDisableWebResources[] = "disable-web-resources"; |
| @@ -239,6 +238,9 @@ const char kDumpHistogramsOnExit[] = "dump-histograms-on-exit"; |
| // Enables AeroPeek for each tab. (This switch only works on Windows 7). |
| const char kEnableAeroPeekTabs[] = "enable-aero-peek-tabs"; |
| +// Enable experimental extension apps. |
| +const char kEnableApps[] = "enable-apps"; |
| + |
| // Enable the inclusion of non-standard ports when generating the Kerberos SPN |
| // in response to a Negotiate challenge. See HttpAuthHandlerNegotiate::CreateSPN |
| // for more background. |
| @@ -254,9 +256,6 @@ const char kEnableExperimentalExtensionApis[] = |
| // Enable experimental WebGL support. |
| const char kEnableExperimentalWebGL[] = "enable-webgl"; |
| -// Enable experimental extension apps. |
| -const char kEnableExtensionApps[] = "enable-extension-apps"; |
| - |
| // Enable experimental timeline API. |
| const char kEnableExtensionTimelineApi[] = "enable-extension-timeline-api"; |