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

Unified Diff: chrome/browser/resources/settings/system_page/system_page.js

Issue 2055923002: MD Settings: Hook up system_page to new LifetimeBrowserProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime_handler
Patch Set: Fix closure compilation. 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/system_page/system_page.js
diff --git a/chrome/browser/resources/settings/system_page/system_page.js b/chrome/browser/resources/settings/system_page/system_page.js
index 088f928e5ca968b5687183b3ba2fa7c331ffa5cf..8656b29abab66238a917a17cd3e5a090711ce377 100644
--- a/chrome/browser/resources/settings/system_page/system_page.js
+++ b/chrome/browser/resources/settings/system_page/system_page.js
@@ -35,6 +35,6 @@ Polymer({
/** @private */
onRestartTap_: function() {
// TODO(dbeam): we should prompt before restarting the browser.
- settings.SystemPageBrowserProxyImpl.getInstance().restartBrowser();
+ settings.LifetimeBrowserProxyImpl.getInstance().restart();
},
});

Powered by Google App Engine
This is Rietveld 408576698