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

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

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.h
diff --git a/chrome/browser/chromeos/ownership/fake_owner_settings_service.h b/chrome/browser/chromeos/ownership/fake_owner_settings_service.h
index 3f785c1d7aae0b5d76b9fc8749c47d821651936f..7f664ace30c148752930191ce3fc79645c158724 100644
--- a/chrome/browser/chromeos/ownership/fake_owner_settings_service.h
+++ b/chrome/browser/chromeos/ownership/fake_owner_settings_service.h
@@ -37,9 +37,6 @@ class FakeOwnerSettingsService : public OwnerSettingsServiceChromeOS {
}
// OwnerSettingsServiceChromeOS:
- void SetManagementSettings(
- const ManagementSettings& settings,
- const OnManagementSettingsSetCallback& callback) override;
bool Set(const std::string& setting, const base::Value& value) override;
private:

Powered by Google App Engine
This is Rietveld 408576698