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

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

Issue 7624012: First pass on intents options UI. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Init values right. Created 9 years, 4 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
« no previous file with comments | « chrome/browser/resources/options/intents_view.css ('k') | chrome/browser/resources/options/intents_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/intents_view.html
diff --git a/chrome/browser/resources/options/intents_view.html b/chrome/browser/resources/options/intents_view.html
new file mode 100644
index 0000000000000000000000000000000000000000..6803c23ab9a7215f0646cadac77a8e3623ddf97c
--- /dev/null
+++ b/chrome/browser/resources/options/intents_view.html
@@ -0,0 +1,12 @@
+<div id="intents-view-page" class="page" hidden>
+ <h1 i18n-content="intentsViewPage"></h1>
+ <div id="intents-column-headers">
+ <div id="intents-site-column">
+ <h3 i18n-content="intentsDomain"></h3>
+ </div>
+ <div id="intents-data-column">
+ <h3 i18n-content="intentsServiceData"></h3>
+ </div>
+ </div>
+ <list id="intents-list"></list>
+</div>
« no previous file with comments | « chrome/browser/resources/options/intents_view.css ('k') | chrome/browser/resources/options/intents_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698