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

Unified Diff: chrome/browser/resources/options_resources.grd

Issue 2441043004: Accessibility fixes for quick unlock settings. (Closed)
Patch Set: Address comments Created 4 years, 2 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/options_resources.grd
diff --git a/chrome/browser/resources/options_resources.grd b/chrome/browser/resources/options_resources.grd
index a801519166928a33b7f6c2fa8c7d32c54ae41130..d184873b139726048c88637f1c2598b5a21209b6 100644
--- a/chrome/browser/resources/options_resources.grd
+++ b/chrome/browser/resources/options_resources.grd
@@ -64,6 +64,15 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_I18N_SETUP_HTML"
+ file="settings/route.html"
Dan Beam 2016/10/29 00:11:18 wat
jdufault 2016/10/31 21:10:29 Oops. The reason this worked was because the actu
+ type="chrome_html"
+ flattenhtml="true"
Dan Beam 2016/10/29 00:11:18 drop flattenhtml="true" and allowexternalscript="t
jdufault 2016/10/31 21:10:29 Done.
+ allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_I18N_SETUP_JS"
Dan Beam 2016/10/29 00:11:18 there is no i18n_setup.js
jdufault 2016/10/31 21:10:29 This is from a prior CL, I missed removing it (arg
+ file="settings/route.js"
Dan Beam 2016/10/29 00:11:18 wat
jdufault 2016/10/31 21:10:29 See above.
+ type="chrome_html"
+ flattenhtml="true" />
Dan Beam 2016/10/29 00:11:18 drop flattenhtml="true"
jdufault 2016/10/31 21:10:29 Done.
<structure name="IDR_OPTIONS_ROUTE_HTML"
file="settings/route.html"
type="chrome_html"

Powered by Google App Engine
This is Rietveld 408576698