| Index: chrome/browser/flag_descriptions.cc
 | 
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
 | 
| index 67ca9c22748c33a2a027afcd5a4334a1219aae76..7df2e5264467f7e4ad354f49eed0a441cc379310 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[] =
 | 
| 
 |