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

Unified Diff: chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html

Issue 2694863002: MD Settings: Smart lock dialog is missing. (Closed)
Patch Set: Added tests. Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
diff --git a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
index 9395315e542e7ff93200e11a8d633d3d73e77b67..c2948c3f95a9e0b6ec7ae60a274a58b08b29d0fa 100644
--- a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
+++ b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.html
@@ -12,20 +12,20 @@
<template>
<style include="settings-shared"></style>
<dialog is="cr-dialog" id="dialog">
- <div class="title">[[getTitleText_(state_)]]</div>
+ <div class="title">[[getTitleText_(status_)]]</div>
<div class="body">
- [[getDescriptionText_(state_)]]
+ [[getDescriptionText_(status_)]]
</div>
- <div class="button-container" hidden="[[isButtonBarHidden_(state_)]]">
- <paper-spinner active="[[isSpinnerActive_(state_)]]">
+ <div class="button-container" hidden="[[isButtonBarHidden_(status_)]]">
+ <paper-spinner active="[[isSpinnerActive_(status_)]]">
</paper-spinner>
<paper-button class="cancel-button" on-tap="onCancelTap_"
- hidden="[[isCancelButtonHidden_(state_)]]">
+ hidden="[[isCancelButtonHidden_(status_)]]">
$i18n{cancel}
</paper-button>
<paper-button id="turnOff" class="action-button" on-tap="onTurnOffTap_"
- disabled="[[!isTurnOffButtonEnabled_(state_)]]">
- [[getTurnOffButtonText_(state_)]]
+ disabled="[[!isTurnOffButtonEnabled_(status_)]]">
+ [[getTurnOffButtonText_(status_)]]
</paper-button>
</div>
</dialog>
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/easy_unlock_browsertest_chromeos.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698