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

Unified Diff: chrome/browser/ui/webui/help/version_updater_chromeos.cc

Issue 2039273003: Cleanup: Remove VersionUpdater::RelaunchBrowser interface method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comment. 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/ui/webui/help/version_updater_chromeos.cc
diff --git a/chrome/browser/ui/webui/help/version_updater_chromeos.cc b/chrome/browser/ui/webui/help/version_updater_chromeos.cc
index 9881b8094f4c1a998b0b35fcfdd2940b38caf237..b4ca9dcc92fab590f8f5694616dd0bd8c55745c7 100644
--- a/chrome/browser/ui/webui/help/version_updater_chromeos.cc
+++ b/chrome/browser/ui/webui/help/version_updater_chromeos.cc
@@ -156,10 +156,6 @@ void VersionUpdaterCros::CheckForUpdate(const StatusCallback& callback,
}
}
-void VersionUpdaterCros::RelaunchBrowser() const {
- DBusThreadManager::Get()->GetPowerManagerClient()->RequestRestart();
-}
-
void VersionUpdaterCros::SetChannel(const std::string& channel,
bool is_powerwash_allowed) {
OwnerSettingsServiceChromeOS* service =
« no previous file with comments | « chrome/browser/ui/webui/help/version_updater_chromeos.h ('k') | chrome/browser/ui/webui/help/version_updater_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698