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

Unified Diff: chrome/browser/resources/options/content_settings2.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/content_settings2.html
diff --git a/chrome/browser/resources/options/content_settings2.html b/chrome/browser/resources/options/content_settings2.html
new file mode 100644
index 0000000000000000000000000000000000000000..9fb43b6461a0067da14c890331b47a68e6a55901
--- /dev/null
+++ b/chrome/browser/resources/options/content_settings2.html
@@ -0,0 +1,12 @@
+<div id="content-settings-page2" class="page" hidden>
+ <div class="close-button"></div>
+ <h1 i18n-content="contentSettingsPage"></h1>
+ <div class="content-area">
+ This space intentionally left blank.
+ </div>
+ <div class="action-area">
+ <div class="button-strip">
+ <button id="content-settings-overlay-confirm2" i18n-content="ok"></button>
+ </div>
+ </div>
+</div>
« no previous file with comments | « chrome/browser/resources/options/content_settings.js ('k') | chrome/browser/resources/options/content_settings2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698