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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 895163002: Add a development flag for the new material design Settings UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698