Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 4629dbc384a57aa048aac2294cbfcfd8fec03d81..1bf241e691fdb5481e84e7e21036e7f043ca6b34 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -70,6 +70,9 @@ const char kAppsGalleryURL[] = "apps-gallery-url"; |
| // The update url used by gallery/webstore extensions. |
| const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url"; |
| +// Whether to always use the new app install bubble when installing an app. |
| +const char kAppsNewInstallBubble[] = "apps-new-install-bubble"; |
|
Matt Perry
2011/08/03 22:19:26
align the =
asargent_no_longer_on_chrome
2011/08/04 00:00:16
Done.
|
| + |
| // Disable throbber for extension apps. |
| const char kAppsNoThrob[] = "apps-no-throb"; |