| 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>
|
|
|