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

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

Issue 985093002: Fix up Owner settings on first load (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: based off mattias' patch that injects CrosSettings for testing Created 5 years, 9 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 b5154475280f7b0328750b6e66fc64ebe8e09a1b..e156174c89e6d4b4e2a55568ced56075a6ced0d3 100644
--- a/chrome/browser/chromeos/ownership/fake_owner_settings_service.cc
+++ b/chrome/browser/chromeos/ownership/fake_owner_settings_service.cc
@@ -9,7 +9,7 @@ namespace chromeos {
FakeOwnerSettingsService::FakeOwnerSettingsService(
Profile* profile,
const scoped_refptr<ownership::OwnerKeyUtil>& owner_key_util)
- : OwnerSettingsServiceChromeOS(nullptr, profile, owner_key_util),
+ : OwnerSettingsServiceChromeOS(nullptr, nullptr, profile, owner_key_util),
set_management_settings_result_(true) {
}

Powered by Google App Engine
This is Rietveld 408576698