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

Unified Diff: chrome/browser/about_flags.cc

Issue 68173031: Added enhanced bookmarks extension as an external component extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c89bb6d6678fdf2bcc92e977bf187162023a5a19..e0e5fb32d55004c7f85fab07dd69aa0c528d21ba 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1831,6 +1831,13 @@ const Experiment kExperiments[] = {
kOsDesktop,
SINGLE_VALUE_TYPE(switches::kEnableAppsShowOnFirstPaint)
},
+ {
+ "disable-enhanced-bookmarks",
Yaron 2013/11/20 01:40:05 Seems like this would show always though. Can we r
yefimt 2013/11/21 22:40:39 Done.
+ IDS_FLAGS_DISABLE_ENHANCED_BOOKMARKS_NAME,
+ IDS_FLAGS_DISABLE_ENHANCED_BOOKMARKS_DESCRIPTION,
+ kOsDesktop,
+ SINGLE_VALUE_TYPE_AND_VALUE(switches::kDisableEnhancedBookmarks, "1")
+ },
Finnur 2013/11/20 13:55:15 I think we should strive towards having only enabl
yefimt 2013/11/21 22:40:39 Done.
};
const Experiment* experiments = kExperiments;

Powered by Google App Engine
This is Rietveld 408576698