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

Unified Diff: chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h

Issue 654263003: Implemented OwnerSettingsService::Set() method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes. Created 6 years, 2 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/chromeos/ownership/owner_settings_service_chromeos_factory.h
diff --git a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
index 6352b0a15418416cd70c7f40ef6f184373c6530a..1774fa7b01d8e17a4e48a480fb6f4a3b77c1733d 100644
--- a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
+++ b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h
@@ -20,6 +20,7 @@ class OwnerKeyUtil;
namespace chromeos {
+class DeviceSettingsService;
class OwnerSettingsServiceChromeOS;
class OwnerSettingsServiceChromeOSFactory
@@ -29,6 +30,9 @@ class OwnerSettingsServiceChromeOSFactory
static OwnerSettingsServiceChromeOSFactory* GetInstance();
+ static void SetDeviceSettingsServiceForTesting(
+ DeviceSettingsService* device_settings_service);
+
scoped_refptr<ownership::OwnerKeyUtil> GetOwnerKeyUtil();
void SetOwnerKeyUtilForTesting(

Powered by Google App Engine
This is Rietveld 408576698