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

Unified Diff: chrome/browser/ui/webui/sync_promo/sync_promo_ui.h

Issue 12086069: Enable Chrome Signin from Webstore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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/browser/ui/webui/sync_promo/sync_promo_ui.h
diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h b/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h
index 5549a645dfbb4867d40f33341716d7c0a743e9bf..14392eaddcb24c575fe9aa4b9722cced55793235 100644
--- a/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h
+++ b/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h
@@ -20,6 +20,7 @@ class SyncPromoUI : public content::WebUIController {
SOURCE_MENU,
SOURCE_SETTINGS,
SOURCE_EXTENSION_INSTALL_BUBBLE,
+ SOURCE_WEBSTORE_INSTALL,
SOURCE_UNKNOWN, // This must be last.
};

Powered by Google App Engine
This is Rietveld 408576698