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

Unified Diff: chrome/browser/resources/settings/people_page/easy_unlock_browser_proxy.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_browser_proxy.js
diff --git a/chrome/browser/resources/settings/people_page/easy_unlock_browser_proxy.js b/chrome/browser/resources/settings/people_page/easy_unlock_browser_proxy.js
index 72f0a9bcb8b724177bffdcaecf9cf23aad87fa53..f43dfb66e2694049921d5cbdbae4756d768fb8fa 100644
--- a/chrome/browser/resources/settings/people_page/easy_unlock_browser_proxy.js
+++ b/chrome/browser/resources/settings/people_page/easy_unlock_browser_proxy.js
@@ -43,7 +43,7 @@ cr.define('settings', function() {
/**
* @constructor
- * @implements {EasyUnlockBrowserProxy}
+ * @implements {settings.EasyUnlockBrowserProxy}
*/
function EasyUnlockBrowserProxyImpl() {}
// The singleton instance_ is replaced with a test version of this wrapper
@@ -78,6 +78,7 @@ cr.define('settings', function() {
};
return {
+ EasyUnlockBrowserProxy: EasyUnlockBrowserProxy,
EasyUnlockBrowserProxyImpl: EasyUnlockBrowserProxyImpl,
};
});

Powered by Google App Engine
This is Rietveld 408576698