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

Unified Diff: chrome/browser/resources/settings/system_page/system_page_browser_proxy.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_browser_proxy.js
diff --git a/chrome/browser/resources/settings/system_page/system_page_browser_proxy.js b/chrome/browser/resources/settings/system_page/system_page_browser_proxy.js
index 654e6afc93ed09473b742c02e3bc4d30a151937a..e3c782365171bc7be3625992d40540e872e79e10 100644
--- a/chrome/browser/resources/settings/system_page/system_page_browser_proxy.js
+++ b/chrome/browser/resources/settings/system_page/system_page_browser_proxy.js
@@ -12,9 +12,6 @@ cr.define('settings', function() {
/** Allows the user to change native system proxy settings. */
changeProxySettings: function() {},
- /** Restarts Chrome so "Use hardware acceleration" can take effect. */
- restartBrowser: function() {},
-
/**
* @return {boolean} Whether hardware acceleration was enabled when the user
* started Chrome.
@@ -37,11 +34,6 @@ cr.define('settings', function() {
},
/** @override */
- restartBrowser: function() {
- chrome.send('restartBrowser');
- },
-
- /** @override */
wasHardwareAccelerationEnabledAtStartup: function() {
return loadTimeData.getBoolean('hardwareAccelerationEnabledAtStartup');
},
« no previous file with comments | « chrome/browser/resources/settings/system_page/system_page.js ('k') | chrome/browser/ui/webui/settings/system_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698