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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: axe more android stuff 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/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 7fdd922f714d206b4b82dc66f049f2d16b537e73..ab2052496586b726f209f482ca95a3f403bfc163 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -24,15 +24,6 @@ const char kEnableMaterialDesignPolicyPageDescription[] =
"If enabled, the chrome://md-policy URL loads the Material Design "
"policy page.";
-// Material Design version of chrome://history
-
-const char kEnableMaterialDesignHistoryName[] =
- "Enable Material Design history";
-
-const char kEnableMaterialDesignHistoryDescription[] =
- "If enabled, the chrome://history/ URL loads the Material Design "
- "history page.";
-
// Material Design version of chrome://settings
const char kEnableMaterialDesignSettingsName[] =
@@ -2697,17 +2688,6 @@ const char kCrosCompUpdatesName[] = "Chrome OS Flash Component Updates";
const char kCrosCompUpdatesDescription[] =
"Enable Flash component updates for Chrome OS.";
-// Native Android History chrome://flags strings
-
-#if defined(OS_ANDROID)
-
-const char kNativeAndroidHistoryManager[] = "Native Android History";
-
-const char kNativeAndroidHistoryManagerDescription[] =
- "Show the native Android UI for browsing history.";
-
-#endif // defined(OS_ANDROID)
-
// Play Services LSD permission prompt chrome://flags strings
#if defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698