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

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

Issue 790183002: Revert of Call to CrosSettings::Set() is replaced by OwnerSettingsService::Set() in VersionUpda... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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_basic.cc
diff --git a/chrome/browser/ui/webui/help/version_updater_basic.cc b/chrome/browser/ui/webui/help/version_updater_basic.cc
index ded19e0a55aeae8088f6456800e9360664060f22..c0d0ee94054fc4862c92f430f2dc2942380209d7 100644
--- a/chrome/browser/ui/webui/help/version_updater_basic.cc
+++ b/chrome/browser/ui/webui/help/version_updater_basic.cc
@@ -20,6 +20,6 @@ void VersionUpdaterBasic::RelaunchBrowser() const {
chrome::AttemptRestart();
}
-VersionUpdater* VersionUpdater::Create(content::BrowserContext* /* context */) {
+VersionUpdater* VersionUpdater::Create() {
return new VersionUpdaterBasic;
}
« no previous file with comments | « chrome/browser/ui/webui/help/version_updater.h ('k') | chrome/browser/ui/webui/help/version_updater_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698