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

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

Issue 2110663007: Settings: Fix some BrowserProxy compile issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix type definition Created 4 years, 6 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
Index: chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js
diff --git a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js
index e658dee3942dce943a801f22a835972e62f9d8d7..892a94377314943303513b7dd8b76abae6a6df01 100644
--- a/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js
+++ b/chrome/browser/resources/settings/people_page/easy_unlock_turn_off_dialog.js
@@ -27,7 +27,7 @@ Polymer({
behaviors: [I18nBehavior, WebUIListenerBehavior],
properties: {
- /** @private {!settings.EasyUnlockBrowserProxyImpl} */
+ /** @private {!settings.EasyUnlockBrowserProxy} */
browserProxy_: Object,
/** @private {!EasyUnlockTurnOffStatus} */

Powered by Google App Engine
This is Rietveld 408576698