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

Unified Diff: chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.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/chromeos/ownership/owner_settings_service_chromeos_factory.cc
diff --git a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc
index 3abecb5a11f3006fbf3d48d6c89a7f2292a69fb6..afe0480125f43757531956af0d18206dd6c0ac29 100644
--- a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc
+++ b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc
@@ -40,10 +40,9 @@ OwnerSettingsServiceChromeOSFactory::~OwnerSettingsServiceChromeOSFactory() {
// static
OwnerSettingsServiceChromeOS*
-OwnerSettingsServiceChromeOSFactory::GetForBrowserContext(
- content::BrowserContext* context) {
+OwnerSettingsServiceChromeOSFactory::GetForProfile(Profile* profile) {
return static_cast<OwnerSettingsServiceChromeOS*>(
- GetInstance()->GetServiceForBrowserContext(context, true));
+ GetInstance()->GetServiceForBrowserContext(profile, true));
}
// static

Powered by Google App Engine
This is Rietveld 408576698