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

Unified Diff: chrome/browser/resources/settings/about_page/about_page_browser_proxy.js

Issue 2984843003: MD Settings: Convert all usages of .bind(this) to use ES6 arrow function. (Closed)
Patch Set: Resolve conflicts. Created 3 years, 5 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/about_page/about_page_browser_proxy.js
diff --git a/chrome/browser/resources/settings/about_page/about_page_browser_proxy.js b/chrome/browser/resources/settings/about_page/about_page_browser_proxy.js
index beb4b67e2ecc289f30d4ca22c1254b89345891de..790bfe75a999971c520f1f48f02a53a24cbb2a93 100644
--- a/chrome/browser/resources/settings/about_page/about_page_browser_proxy.js
+++ b/chrome/browser/resources/settings/about_page/about_page_browser_proxy.js
@@ -18,8 +18,8 @@ var RegulatoryInfo;
/**
* @typedef {{
- * currentChannel: string,
- * targetChannel: string,
+ * currentChannel: BrowserChannel,
+ * targetChannel: BrowserChannel,
* canChangeChannel: boolean,
* }}
*/

Powered by Google App Engine
This is Rietveld 408576698