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

Side by Side 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, 10 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="hotword-confirm-overlay" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 i18n-content="hotwordConfirmOverlay"></h1>
4 <div class="content-area">
5 <span id="hotword-confirm-text" i18n-content="hotwordConfirmMessage">
6 </span>
7 <a id="hotword-confirm-learn-more" target="_blank" i18n-content="learnMore"
8 i18n-values="href:hotwordLearnMoreURL">
9 </a>
10 </div>
11 <div class="action-area">
12 <div class="button-strip">
13 <button id="hotword-confirm-cancel" i18n-content="hotwordConfirmDisable"
14 class="cancel-button">
15 </button>
16 <button id="hotword-confirm-ok" class="default-button"
17 i18n-content="hotwordConfirmEnable">
18 </button>
19 </div>
20 </div>
21 </div>
OLDNEW
« 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