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

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: 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 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">
5 <h3 i18n-content="intentsDomain"></h3>
6 </div>
7 <div id="intents-data-column">
8 <h3 i18n-content="intentsServiceData"></h3>
9 </div>
10 </div>
11 <list id="intents-list"></list>
12 </div>
OLDNEW
« 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