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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: replace task observer in -Bridge and -Handler with a callback Created 3 years, 7 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 7f096ad8b9537f829af5025e956301c027840b13..59de31af5f19125d351b67666480d07b5b10b572 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -396,6 +396,12 @@
<structure name="IDR_SETTINGS_CONTROLS_CHECKBOX_JS"
file="controls/settings_checkbox.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_CONTROLS_IMPORTANT_SITE_CHECKBOX_HTML"
+ file="controls/important_site_checkbox.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_CONTROLS_IMPORTANT_SITE_CHECKBOX_JS"
+ file="controls/important_site_checkbox.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_CONTROLS_DROPDOWN_MENU_HTML"
file="controls/settings_dropdown_menu.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698