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

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

Issue 1753653002: MD Settings: First half of Device > Keyboard sub-page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed one Created 4 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:
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 201ade79c4176e20472c6bb77f13e3f7122fb334..fec26ae3d39faca06e7bbc8a7f308c4ffa29f3f3 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -221,6 +221,12 @@
type="chrome_html" />
</if>
<if expr="chromeos">
+ <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_HTML"
+ file="device_page/keyboard.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_KEYBOARD_JS"
+ file="device_page/keyboard.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_DEVICE_PAGE_HTML"
file="device_page/device_page.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698