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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="intents-view-page" class="page" hidden>
2 <h1 i18n-content="intentsViewPage"></h1>
3 <div id="intents-column-headers">
4 <div id="intents-site-column"><h3 i18n-content="intents_domain"></h3></div>
5 <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.
6 </div>
7 <list id="intents-list"></list>
8 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698