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

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: adding missing overlay files 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"></a>
James Hawkins 2014/01/29 19:06:16 nit: Closing tag must be on a new line since the f
rpetterson 2014/01/29 22:31:59 Done.
9 </div>
10 <div class="action-area">
11 <div class="button-strip">
12 <button id="hotword-confirm-cancel" i18n-content="hotwordConfirmDisable"
13 class="cancel-button"></button>
James Hawkins 2014/01/29 19:06:16 Same here.
rpetterson 2014/01/29 22:31:59 Done.
14 <button id="hotword-confirm-ok" class="default-button"
15 i18n-content="hotwordConfirmEnable">
16 </button>
17 </div>
18 </div>
19 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698