Index: chrome/browser/resources/options/easy_unlock_turn_off_overlay.html |
diff --git a/chrome/browser/resources/options/easy_unlock_turn_off_overlay.html b/chrome/browser/resources/options/easy_unlock_turn_off_overlay.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0e4f0252ba57d3bdb6f66d7906ba3701848bab4d |
--- /dev/null |
+++ b/chrome/browser/resources/options/easy_unlock_turn_off_overlay.html |
@@ -0,0 +1,20 @@ |
+<div id="easy-unlock-turn-off-overlay" class="page" hidden> |
+ <div class="close-button"></div> |
+ <h1 i18n-content="easyUnlockTurnOffTitle"></h1> |
+ <div class="content-area"> |
+ <p class="settings-row" i18n-content="easyUnlockTurnOffDescription"></p> |
+ <div class="checkbox"> |
+ <label> |
+ <input id="easy-unlock-clear-server-data" type=checkbox> |
+ <span i18n-content="easyUnlockClearServerDataLabel"></span> |
+ </label> |
+ </div> |
+ </div> |
+ <div class="action-area button-strip"> |
+ <button id="easy-unlock-turn-off-dismiss" i18n-content="cancel"> |
+ </button> |
+ <button id="easy-unlock-turn-off-confirm" class="default-button" |
+ i18n-content="easyUnlockTurnOffButton"> |
+ </button> |
+ </div> |
+</div> |