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

Unified Diff: chrome/common/chrome_switches.cc

Issue 18603006: Bookmark sync promo for Views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Common layout constants Created 7 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 36a2ece17ff878eb2d094ef8bccb4f60d9d9024b..f23624b27b73b9146aedf7048a28009025da2eb0 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -511,6 +511,9 @@ const char kEnableBenchmarking[] = "enable-benchmarking";
// Enables (experimental) more strict popup blocking.
const char kEnableBetterPopupBlocking[] = "enable-better-popup-blocking";
+// Enables a sync promo that is displayed in the bookmark bubble.
+const char kEnableBookmarkSyncPromo[] = "enable-bookmark-sync-promo";
+
// This applies only when the process type is "service". Enables the Cloud
// Print Proxy component within the service process.
const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";

Powered by Google App Engine
This is Rietveld 408576698