Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index e266b56b342e0df5835fef6130fd71d1a521f978..9819a5de70ef2bb84a67c72356db41811cb873f6 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -5406,6 +5406,16 @@ Keep your key file in a safe place. You will need it to create new versions of y |
</message> |
</if> |
+ <!-- chrome://md-settings/ - the Material Design Settings page --> |
+ <if expr="not is_android"> |
James Hawkins
2015/02/03 22:08:46
Why is this gated on not is_android?
Oren Blasberg
2015/02/03 22:13:34
On Android, the settings UI isn't WebUI based so I
James Hawkins
2015/02/03 22:15:22
I don't see why we need to complicate this logic j
Oren Blasberg
2015/02/03 22:21:57
Done.
|
+ <message name="IDS_FLAGS_ENABLE_MATERIAL_DESIGN_SETTINGS_NAME" desc="Name for the flag to enable the material design Settings page."> |
+ Enable Material Design settings |
+ </message> |
+ <message name="IDS_FLAGS_ENABLE_MATERIAL_DESIGN_SETTINGS_DESCRIPTION" desc="Description for the flag to enable the material design Settings page."> |
+ If enabled, the chrome://md-settings/ URL will load the Material Design settings page. |
+ </message> |
+ </if> |
+ |
<!-- Packaged Apps --> |
<message name="IDS_APP_INSTALL_TITLE" desc="Caption for installing an ephemeral app"> |
Install app |