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

Unified Diff: services/preferences/public/cpp/user_prefs_impl.h

Issue 2722483005: Change configuration of user prefs to use mojo. (Closed)
Patch Set: Created 3 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: services/preferences/public/cpp/user_prefs_impl.h
diff --git a/services/preferences/public/cpp/user_prefs_impl.h b/services/preferences/public/cpp/user_prefs_impl.h
index dd5d2cbfb3e6a44a78ac1ab7b2c5e574fbb1b514..548b247456dce2aff527128ed4d3b883431a731c 100644
--- a/services/preferences/public/cpp/user_prefs_impl.h
+++ b/services/preferences/public/cpp/user_prefs_impl.h
@@ -45,7 +45,7 @@ void CreateSegregatedUserPrefs(
const std::string& legacy_device_id,
const base::string16& registry_path,
mojom::TrackedPreferenceValidationDelegatePtr validation_delegate,
- const base::Closure& on_reset_on_load,
+ mojom::ResetOnLoadObserverPtr reset_on_load_observer,
const scoped_refptr<base::SingleThreadTaskRunner>& connection_task_runner,
const scoped_refptr<base::SequencedTaskRunner>& io_task_runner,
mojom::PersistentPrefStoreConnectorRequest request);
« no previous file with comments | « components/user_prefs/tracked/tracked_preference_helper.cc ('k') | services/preferences/public/cpp/user_prefs_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698