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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: merge 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/flag_descriptions.h ('k') | chrome/browser/history/history_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index b7dca3030175f3c32c84b5a9bd4308a7c50800b8..2bd502a0850558cc7ef4508645b8738957c6a5ff 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[] =
@@ -2722,17 +2713,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)
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/history/history_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698