Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(841)

Unified Diff: chrome/common/chrome_switches.cc

Issue 7529011: Add a flag that lets the webstore show a different UI on app install. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready for review Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698