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

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

Issue 380893005: Add an option page for searching and managing resources and permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 a50667e9b36c083ffb351a91939717b47f628dd5..36e15ac3dc97bb7956f3679723c3f783db707d53 100644
--- a/chrome/browser/resources/options/options_bundle.js
+++ b/chrome/browser/resources/options/options_bundle.js
@@ -77,6 +77,7 @@ var CertificateImportErrorOverlay = options.CertificateImportErrorOverlay;
<include src="clear_browser_data_overlay.js"></include>
<include src="confirm_dialog.js"></include>
<include src="content_settings.js"></include>
+<include src="origin_resources_list.js"></include>
Dan Beam 2014/07/10 02:57:23 why here? this list seems to be alphabetized...
Daniel Nishi 2014/07/10 19:00:07 Done.
<include src="content_settings_exceptions_area.js"></include>
<include src="content_settings_ui.js"></include>
<include src="cookies_list.js"></include>
@@ -114,6 +115,7 @@ var CertificateImportErrorOverlay = options.CertificateImportErrorOverlay;
<include src="search_engine_manager_engine_list.js"></include>
<include src="search_page.js"></include>
<include src="startup_overlay.js"></include>
+<include src="website_settings.js"></include>
<include src="../sync_setup_overlay.js"></include>
<include src="../uber/uber_utils.js"></include>
<include src="options.js"></include>

Powered by Google App Engine
This is Rietveld 408576698