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

Unified Diff: chrome/browser/about_flags.cc

Issue 2676893002: [Android History] Fix chrome://history redirect (Closed)
Patch Set: [Android History] Fix chrome://history redirect Created 3 years, 10 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 4fd3c68be996609d0ccc1711aa0591949014b47f..4a1fa3a0dff8c1f3eba890ad74083d2f4a277a8e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2171,7 +2171,7 @@ const FeatureEntry kFeatureEntries[] = {
"AutofillCreditCardPopupLayout")},
{"native-android-history-manager", IDS_NATIVE_ANDROID_HISTORY_MANAGER,
IDS_NATIVE_ANDROID_HISTORY_MANAGER_DESCRIPTION, kOsAndroid,
- FEATURE_VALUE_TYPE(chrome::android::kNativeAndroidHistoryManager)},
+ FEATURE_VALUE_TYPE(features::kNativeAndroidHistoryManager)},
#endif // OS_ANDROID
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698