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

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: 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
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..4e36064f1ebab2c43aa08e9942082ca080f8716f
--- /dev/null
+++ b/chrome/browser/resources/options/intents_view.html
@@ -0,0 +1,8 @@
+<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="intents_domain"></h3></div>
+ <div id="intents-data-column"><h3 i18n-content="intents_service_data"></h3></div>
James Hawkins 2011/08/17 03:18:39 80 cols
Greg Billock 2011/08/17 18:49:50 Done.
+ </div>
+ <list id="intents-list"></list>
+</div>

Powered by Google App Engine
This is Rietveld 408576698