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

Unified Diff: chrome/browser/chromeos/ownership/fake_owner_settings_service.cc

Issue 2230533002: Delete dead consumer enrollment code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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/fake_owner_settings_service.cc
diff --git a/chrome/browser/chromeos/ownership/fake_owner_settings_service.cc b/chrome/browser/chromeos/ownership/fake_owner_settings_service.cc
index 8042251f00c0808379b68844219fe5aa54494103..f56f5358cb4cb36b541b5dae898ce0e3212b06f8 100644
--- a/chrome/browser/chromeos/ownership/fake_owner_settings_service.cc
+++ b/chrome/browser/chromeos/ownership/fake_owner_settings_service.cc
@@ -30,13 +30,6 @@ FakeOwnerSettingsService::FakeOwnerSettingsService(
FakeOwnerSettingsService::~FakeOwnerSettingsService() {
}
-void FakeOwnerSettingsService::SetManagementSettings(
- const ManagementSettings& settings,
- const OnManagementSettingsSetCallback& callback) {
- last_settings_ = settings;
- callback.Run(set_management_settings_result_);
-}
-
bool FakeOwnerSettingsService::Set(const std::string& setting,
const base::Value& value) {
CHECK(settings_provider_);

Powered by Google App Engine
This is Rietveld 408576698