Index: chrome/browser/flag_descriptions.cc |
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
index 6127251646572b93a8d26b29bf6dfc34200a833f..0990f9e31bf1e7f2dc1495d2e153d1fc46a0612a 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[] = |
@@ -2691,17 +2682,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) |