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

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

Issue 1096143003: Add chrome.searchEnginesPrivate API and Search Settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a test Created 5 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 815ea9d30046bf0bc1272e7de38bb9da7c835208..2aec269e4cc854482bd159e13eb9e46e12d77f9c 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -205,6 +205,17 @@
<structure name="IDR_SETTINGS_ROUTING_MORE_ROUTING_ROUTING_EXTRACTED_JS"
file="routing/more_routing/routing_extracted.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_SEARCH_PAGE_JS"
+ file="search_page/search_page.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SEARCH_PAGE_HTML"
+ file="search_page/search_page.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_SEARCH_PAGE_STYLE_HTML"
+ file="search_page/search_page_style.html"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_SETTINGS_HTML"
file="settings.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698