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

Unified Diff: chrome/browser/resources/options/options_bundle.js

Issue 151003004: Add an automatic settings reset banner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Gab's nits. Created 6 years, 10 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/options/options_bundle.js
diff --git a/chrome/browser/resources/options/options_bundle.js b/chrome/browser/resources/options/options_bundle.js
index e824a090015ad7bd6d0737e438e828665f340203..2fa052e24f2ecb85a422d927217e0ad838861754 100644
--- a/chrome/browser/resources/options/options_bundle.js
+++ b/chrome/browser/resources/options/options_bundle.js
@@ -13,6 +13,7 @@
<include src="options_page.js"></include>
<include src="pref_ui.js"></include>
<include src="settings_dialog.js"></include>
+<include src="settings_banner.js"></include>
<if expr="pp_ifdef('chromeos')">
<include src="../chromeos/user_images_grid.js"></include>
// DO NOT BREAK THE FOLLOWING INCLUDE LINE INTO SEPARATE LINES!
@@ -65,6 +66,7 @@ var CertificateImportErrorOverlay = options.CertificateImportErrorOverlay;
<include src="autofill_edit_creditcard_overlay.js"></include>
<include src="autofill_options_list.js"></include>
<include src="autofill_options.js"></include>
+<include src="automatic_settings_reset_banner.js"></include>
<include src="browser_options.js"></include>
<include src="browser_options_profile_list.js"></include>
<include src="browser_options_startup_page_list.js"></include>

Powered by Google App Engine
This is Rietveld 408576698