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

Unified Diff: chrome/browser/resources/options/hotword_confirm_overlay.html

Issue 136693013: [Hotword] Remove unneeded preferences. Cleaning up look of settings. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: wrong section name in test Created 6 years, 11 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/hotword_confirm_overlay.html
diff --git a/chrome/browser/resources/options/hotword_confirm_overlay.html b/chrome/browser/resources/options/hotword_confirm_overlay.html
new file mode 100644
index 0000000000000000000000000000000000000000..baf416c543065acfafe7e81233157193463aa1b0
--- /dev/null
+++ b/chrome/browser/resources/options/hotword_confirm_overlay.html
@@ -0,0 +1,21 @@
+<div id="hotword-confirm-overlay" class="page" hidden>
+ <div class="close-button"></div>
+ <h1 i18n-content="hotwordConfirmOverlay"></h1>
+ <div class="content-area">
+ <span id="hotword-confirm-text" i18n-content="hotwordConfirmMessage">
+ </span>
+ <a id="hotword-confirm-learn-more" target="_blank" i18n-content="learnMore"
+ i18n-values="href:hotwordLearnMoreURL">
+ </a>
+ </div>
+ <div class="action-area">
+ <div class="button-strip">
+ <button id="hotword-confirm-cancel" i18n-content="hotwordConfirmDisable"
+ class="cancel-button">
+ </button>
+ <button id="hotword-confirm-ok" class="default-button"
+ i18n-content="hotwordConfirmEnable">
+ </button>
+ </div>
+ </div>
+</div>
« no previous file with comments | « chrome/browser/resources/options/hotword_confirm_overlay.css ('k') | chrome/browser/resources/options/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698