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

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

Issue 1426943011: MD Settings: Adding Powerwash dialog for ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reset_ui2_separate_element
Patch Set: test Created 5 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 76f829c2317045a97d9fbe91222187aefe68d690..864fd66c3a7fa1e9f5de99a86372d0513736702e 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -223,6 +223,12 @@
<structure name="IDR_SETTINGS_DOWNLOADS_PAGE_JS"
file="downloads_page/downloads_page.js"
type="chrome_html" />
+ <structure name="IDR_SETTINGS_POWERWASH_DIALOG_HTML"
+ file="reset_page/powerwash_dialog.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_POWERWASH_DIALOG_JS"
+ file="reset_page/powerwash_dialog.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_RESET_PAGE_HTML"
file="reset_page/reset_page.html"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698