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

Unified Diff: chrome/browser/flag_descriptions.h

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.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 2eeb915f531cac30a28ba5917b0b425f0561bfe0..50c074e24ab63757ec635220fec354a6ec628647 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -33,14 +33,6 @@ extern const char kEnableMaterialDesignPolicyPageName[];
// Description for the flag to enable the material design policy page.
extern const char kEnableMaterialDesignPolicyPageDescription[];
-// Material Design version of chrome://history
-
-// Name for the flag to enable the material design history page.
-extern const char kEnableMaterialDesignHistoryName[];
-
-// Description for the flag to enable the material design history page.
-extern const char kEnableMaterialDesignHistoryDescription[];
-
// Material Design version of chrome://settings
// Name for the flag to enable the material design settings page.
@@ -2921,18 +2913,6 @@ extern const char kCrosCompUpdatesName[];
// Description for the flag to enable Chrome OS component flash updates
extern const char kCrosCompUpdatesDescription[];
-// Native Android History chrome://flags strings
-
-#if defined(OS_ANDROID)
-
-// Name of the flag that enables the native Android history UI.
-extern const char kNativeAndroidHistoryManager[];
-
-// Description of the flag that enables the native Android history UI.
-extern const char kNativeAndroidHistoryManagerDescription[];
-
-#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