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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 1422023012: MD Settings: Simplify settings-dropdown-menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 7abdbe915f4cce135ba6e3f68b03f0847d7d0580..67b04dbffda544b611fc9f89b268f36a089da2b2 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -297,6 +297,12 @@
<structure name="IDR_SETTINGS_PREFS_JS"
file="prefs/prefs.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_SELECTABLE_PREF_BEHAVIOR_HTML"
+ file="prefs/selectable_pref_behavior.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SELECTABLE_PREF_BEHAVIOR_JS"
+ file="prefs/selectable_pref_behavior.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_PREFS_BEHAVIOR_HTML"
file="prefs/prefs_behavior.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698