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

Unified Diff: chrome/browser/resources/options/options.html

Issue 11018013: add a new, blank version of content settings so that a new UI may be prototyped (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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.html
diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
index 120412ea37f8255e9f983d0be4b5d96d2394d5ac..367b94d28f54612d95ed9767ec2ea356bf337083 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -76,6 +76,8 @@
<script src="chrome://resources/js/cr/ui/tree.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
+
+<script src="chrome://settings-frame/strings.js"></script>
<script src="chrome://settings-frame/options_bundle.js"></script>
</head>
@@ -85,6 +87,7 @@
<include src="autofill_options.html">
<include src="clear_browser_data_overlay.html">
<include src="content_settings.html">
+ <include src="content_settings2.html">
<include src="do_not_track_confirm_overlay.html">
<include src="font_settings.html">
<include src="home_page_overlay.html">
@@ -164,7 +167,6 @@
</div>
</div>
-<script src="chrome://settings-frame/strings.js"></script>
<script src="chrome://resources/js/i18n_template2.js"></script>
</body>
</html>
« no previous file with comments | « chrome/browser/resources/options/content_settings2.js ('k') | chrome/browser/resources/options/options_bundle.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698