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

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

Issue 2084673003: MD Settings: Add display layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_547080_display_settings6
Patch Set: Nit Created 4 years, 6 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/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 3eaee9a827ca962f85f337573236092f171334a7..5a8cc492633d1dcf0c7a79024973b221c1bb5a42 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -342,6 +342,12 @@
<structure name="IDR_SETTINGS_DEVICE_DISPLAY_JS"
file="device_page/display.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_DISPLAY_LAYOUT_HTML"
+ file="device_page/display_layout.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_DISPLAY_LAYOUT_JS"
+ file="device_page/display_layout.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_DEVICE_DISPLAY_OVERSCAN_DIALOG_HTML"
file="device_page/display_overscan_dialog.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698