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

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

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

Powered by Google App Engine
This is Rietveld 408576698