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

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

Issue 2507003005: Implement extension controlled indicators, starting with New Tab page (Closed)
Patch Set: mo hackin' 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 bd38c6d82c9d50a884510c8db7a3ab98bcca8acb..12fcad1e6a763951ccc21816e5dbef3b6392e317 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -148,6 +148,12 @@
file="lifetime_browser_proxy.js"
type="chrome_html"
flattenhtml="true" />
+ <structure name="IDR_SETTINGS_ON_STARTUP_BROWSER_PROXY_HTML"
+ file="on_startup_page/on_startup_browser_proxy.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_ON_STARTUP_BROWSER_PROXY_JS"
+ file="on_startup_page/on_startup_browser_proxy.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_ON_STARTUP_PAGE_HTML"
file="on_startup_page/on_startup_page.html"
type="chrome_html" />
@@ -360,6 +366,12 @@
<structure name="IDR_SETTINGS_CONTROLS_CONTROLLED_RADIO_BUTTON_HTML"
file="controls/controlled_radio_button.html"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CONTROLS_EXTENSION_CONTROLLED_INDICATOR_JS"
+ file="controls/extension_controlled_indicator.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CONTROLS_EXTENSION_CONTROLLED_INDICATOR_HTML"
+ file="controls/extension_controlled_indicator.html"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_HTML"
file="controls/settings_checkbox.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698