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

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

Issue 1989673002: MD Settings: About page, add an explicit 'aboutPageReady' signal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/detailed_build_info.js
diff --git a/chrome/browser/resources/settings/about_page/detailed_build_info.js b/chrome/browser/resources/settings/about_page/detailed_build_info.js
index 2296485ec1201faaa4759f952fd18679f22e09b9..cb9f109aada915c0e220425cbcd91cee1595974e 100644
--- a/chrome/browser/resources/settings/about_page/detailed_build_info.js
+++ b/chrome/browser/resources/settings/about_page/detailed_build_info.js
@@ -39,7 +39,7 @@ Polymer({
/** @override */
ready: function() {
var browserProxy = settings.AboutPageBrowserProxyImpl.getInstance();
- browserProxy.refreshUpdateStatus();
+ browserProxy.pageReady();
browserProxy.getVersionInfo().then(function(versionInfo) {
this.versionInfo_ = versionInfo;

Powered by Google App Engine
This is Rietveld 408576698