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 2812113004: Write last_modified date to Content Settings in the PrefProvider (Closed)
Patch Set: fix ios Created 3 years, 8 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index d689ae41b1e6dab1b59224b7f43599deb38b4a47..c224438cbcdadd76ee99ddb134952d4599949430 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2208,7 +2208,7 @@ const FeatureEntry kFeatureEntries[] = {
FEATURE_VALUE_TYPE(chrome::android::kImportantSitesInCBD)},
{"tabs-in-cbd", flag_descriptions::kTabsInCbdName,
flag_descriptions::kTabsInCbdDescription, kOsAndroid,
- FEATURE_VALUE_TYPE(chrome::android::kTabsInCBD)},
+ FEATURE_VALUE_TYPE(features::kTabsInCbd)},
#endif // OS_ANDROID
{"enable-pointer-events", flag_descriptions::kExperimentalPointerEventName,
flag_descriptions::kExperimentalPointerEventDescription, kOsAll,

Powered by Google App Engine
This is Rietveld 408576698