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

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

Issue 2509543002: MD Settings: create a shared handler/browser proxy to control extensions (Closed)
Patch Set: self-review Created 4 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 376602b773216d0ebf4e4b29b904bcd2d152c1a8..fdade58cd2851edce219cf5a24f11290d06b7c0b 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -129,6 +129,12 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_EXTENSION_CONTROL_BROWSER_PROXY_JS"
+ file="extension_control_browser_proxy.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_EXTENSION_CONTROL_BROWSER_PROXY_HTML"
+ file="extension_control_browser_proxy.html"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_FONTS_BROWSER_PROXY_HTML"
file="appearance_page/fonts_browser_proxy.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698