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

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 in_unit_test_ 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 e1a118b3d97d7f5ee0611990929c349690712227..98500e6e58b29c1ba79954f0ecf34c958d63b007 100644
--- a/chrome/browser/resources/options/options_bundle.js
+++ b/chrome/browser/resources/options/options_bundle.js
@@ -59,6 +59,10 @@
<include src="cookies_list.js"></include>
<include src="cookies_view.js"></include>
<include src="font_settings.js"></include>
+<if expr="pp_ifdef('enable_register_protocol_handler')">
+ <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>
« no previous file with comments | « chrome/browser/resources/options/options.js ('k') | chrome/browser/ui/webui/options/content_settings_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698