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

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

Issue 2178213002: Add note page to settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus-add-switch
Patch Set: Address comments and add utility method Created 4 years, 5 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 c0baa63078159c6be893ef060cdedc8a121ec227..4690b043a53c18c7cbd70a2cec0521bbbb096437 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -406,6 +406,12 @@
<structure name="IDR_SETTINGS_DEVICE_KEYBOARD_JS"
file="device_page/keyboard.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_NOTE_HTML"
+ file="device_page/note.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_DEVICE_NOTE_JS"
+ file="device_page/note.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_DEVICE_PAGE_HTML"
file="device_page/device_page.html"
type="chrome_html" />
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698