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

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

Issue 2827553002: MD Settings: Use a browser proxy from the languages page. Re-enable test. (Closed)
Patch Set: Make inputMethodPrivate CrOS only Created 3 years, 8 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 4a4258b292fb4afceaf0820936fd4609acb921dc..137069de363dcd3adc29c1d32ab119247bb6a650 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -608,6 +608,13 @@
type="chrome_html"
preprocess="true"
allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_LANGUAGES_BROWSER_PROXY_HTML"
+ file="languages_page/languages_browser_proxy.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_LANGUAGES_BROWSER_PROXY_JS"
+ file="languages_page/languages_browser_proxy.js"
+ preprocess="true"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_LANGUAGES_ADD_LANGUAGES_DIALOG_HTML"
file="languages_page/add_languages_dialog.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698