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

Side by Side Diff: chrome/browser/resources/options2/web_intents_defaults.html

Issue 10808092: Add settings UI for managing defaults (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
OLDNEW
(Empty)
1 <div id="web-intents-defaults" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 i18n-content="web_intents_defaults_overlay_title"></h1>
4 <div class="content-area">
5 <list id="services-list"></list>
6 </div>
7 <div class="action-area">
8 <div class="button-strip">
9 <button id="web-intents-defaults-confirm" i18n-content="ok"></button>
10 </div>
11 </div>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698