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

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

Issue 2698133003: MD Settings: About: Show connectionTypes message (Closed)
Patch Set: Rebase 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
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 506c1e0c3db5269b992cd06363c8b149e85085ed..2b592acb5631f84a196c887c13c8f205cfcb8abe 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
@@ -77,6 +77,7 @@ var PromoteUpdaterStatus;
* status: !UpdateStatus,
* progress: (number|undefined),
* message: (string|undefined),
+ * connectionTypes: (string|undefined),
* }}
*/
var UpdateStatusChangedEvent;

Powered by Google App Engine
This is Rietveld 408576698