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

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

Issue 2200463002: Reorganize accessibility settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address last feedback from dbeam Created 4 years, 4 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 b7a50fd1e6030ca4ab8cfedd0217ebc265f4b451..8d530f34a47db968364df34ea58cece50893ce31 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -21,6 +21,14 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <if expr="chromeos">
+ <structure name="IDR_SETTINGS_MANAGE_A11Y_PAGE_JS"
+ file="a11y_page/manage_a11y_page.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_MANAGE_A11Y_PAGE_HTML"
+ file="a11y_page/manage_a11y_page.html"
+ type="chrome_html" />
+ </if>
<structure name="IDR_SETTINGS_ABOUT_PAGE_BROWSER_PROXY_HTML"
file="about_page/about_page_browser_proxy.html"
type="chrome_html" />
« no previous file with comments | « chrome/browser/resources/settings/route.js ('k') | chrome/browser/ui/webui/settings/chromeos/accessibility_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698