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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options2/web_intents_defaults.html
diff --git a/chrome/browser/resources/options2/web_intents_defaults.html b/chrome/browser/resources/options2/web_intents_defaults.html
new file mode 100644
index 0000000000000000000000000000000000000000..da559942dd9e59727bde6322aa9b588d6aa8c100
--- /dev/null
+++ b/chrome/browser/resources/options2/web_intents_defaults.html
@@ -0,0 +1,12 @@
+<div id="web-intents-defaults" class="page" hidden>
+ <div class="close-button"></div>
+ <h1 i18n-content="web_intents_defaults_overlay_title"></h1>
+ <div class="content-area">
+ <list id="services-list"></list>
+ </div>
+ <div class="action-area">
+ <div class="button-strip">
+ <button id="web-intents-defaults-confirm" i18n-content="ok"></button>
+ </div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698