| 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)
|
|
|