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

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

Issue 1419033008: Extract language settings methods into a LanguageHelper interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@LanguagePage5InputMethodsAPI
Patch Set: 100% less rebase error Created 5 years, 1 month 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 7577f209cafc77fc52420bb39c472afe6183ff6f..1b9388cf20b972bb3eef494473bdd25f73f89c0e 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -253,7 +253,9 @@
type="chrome_html" />
<structure name="IDR_SETTINGS_LANGUAGES_JS"
file="languages_page/languages.js"
- type="chrome_html" />
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
<structure name="IDR_SETTINGS_LANGUAGES_PAGE_CSS"
file="languages_page/languages_page.css"
type="chrome_html" />
@@ -286,7 +288,9 @@
allowexternalscript="true" />
<structure name="IDR_SETTINGS_LANGUAGES_LANGUAGE_DETAIL_PAGE_JS"
file="languages_page/language_detail_page.js"
- type="chrome_html" />
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
<if expr="not is_macosx">
<structure name="IDR_SETTINGS_LANGUAGES_EDIT_DICTIONARY_PAGE_CSS"
file="languages_page/edit_dictionary_page.css"

Powered by Google App Engine
This is Rietveld 408576698