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

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

Issue 1381553003: Settings Rewrite: Add Sign-in (Chrome) section (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 6dc96858a76ae4324e61559dc08357283963738d..2ed175ccf74c6d6f77afa503ab63bd6e5ff4ad25 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -345,6 +345,14 @@
<structure name="IDR_SETTINGS_SEARCH_PAGE_CSS"
file="search_page/search_page.css"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_SIGNIN_PAGE_JS"
+ file="signin_page/signin_page.js"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_SIGNIN_PAGE_HTML"
+ file="signin_page/signin_page.html"
+ type="chrome_html"
+ flattenhtml="true"
+ allowexternalscript="true" />
<structure name="IDR_SETTINGS_SYNC_PAGE_JS"
file="sync_page/sync_page.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698