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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2913343002: Start removing deprecated Options UI code (Closed)
Patch Set: . 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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 381a31eed59ab9dfa752bdd56e58ed8d376de4bd..337e94695e3617968c4a85b14334674a80d93fed 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://settings
-
-const char kEnableMaterialDesignSettingsName[] =
- "Enable Material Design settings";
-
-const char kEnableMaterialDesignSettingsDescription[] =
- "If enabled, the chrome://settings/ URL loads the Material Design "
- "settings page.";
-
// Material Design version of chrome://extensions
const char kEnableMaterialDesignExtensionsName[] =

Powered by Google App Engine
This is Rietveld 408576698