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

Unified Diff: chrome/browser/about_flags.cc

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: change element.$.someId to element.$$(#someId) Created 3 years, 7 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/browsing_data/browsing_data_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ac41ef09cea272f0f6b5b98558bda2881024a110..a08fb1e856e593b43a640056c07be3207987b7d2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2430,10 +2430,10 @@ const FeatureEntry kFeatureEntries[] = {
flag_descriptions::kFullscreenToolbarRevealDescription, kOsMac,
SINGLE_VALUE_TYPE(switches::kEnableFullscreenToolbarReveal)},
#endif // OS_MACOSX
-#if defined(OS_ANDROID)
{"important-sites-in-cbd", flag_descriptions::kImportantSitesInCbdName,
- flag_descriptions::kImportantSitesInCbdDescription, kOsAndroid,
- FEATURE_VALUE_TYPE(chrome::android::kImportantSitesInCBD)},
+ flag_descriptions::kImportantSitesInCbdDescription, kOsAll,
+ FEATURE_VALUE_TYPE(features::kImportantSitesInCbd)},
+#if defined(OS_ANDROID)
{"tabs-in-cbd", flag_descriptions::kTabsInCbdName,
flag_descriptions::kTabsInCbdDescription, kOsAndroid,
FEATURE_VALUE_TYPE(features::kTabsInCbd)},
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/browsing_data/browsing_data_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698