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

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

Issue 7033018: Handler settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove UNIT_TEST flag, replace with in_unit_test_ variable Created 9 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/options/options_bundle.js
diff --git a/chrome/browser/resources/options/options_bundle.js b/chrome/browser/resources/options/options_bundle.js
index 6854cc00606c099d8a0f2b213947bb490b8c3042..46643d0be23b97619c2cdc7f233fe4f2b89f3963 100644
--- a/chrome/browser/resources/options/options_bundle.js
+++ b/chrome/browser/resources/options/options_bundle.js
@@ -57,6 +57,10 @@
<include src="cookies_list.js"></include>
<include src="cookies_view.js"></include>
<include src="font_settings.js"></include>
+<if expr="pp_ifdef('show_handler_settings')">
+ <include src="handler_options.js"></script>
+ <include src="handler_options_list.js"></script>
+</if>
<include src="import_data_overlay.js"></include>
<include src="instant_confirm_overlay.js"></include>
<include src="language_add_language_overlay.js"></include>

Powered by Google App Engine
This is Rietveld 408576698