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

Unified Diff: chrome/browser/sync/glue/backend_data_type_configurer.h

Issue 10689185: Revert 146262 - Revert "Revert 142517 - [Sync] Refactor sync configuration logic." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/sync/glue/data_type_manager_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/backend_data_type_configurer.h
===================================================================
--- chrome/browser/sync/glue/backend_data_type_configurer.h (revision 146499)
+++ chrome/browser/sync/glue/backend_data_type_configurer.h (working copy)
@@ -36,8 +36,8 @@
syncer::ModelTypeSet types_to_add,
syncer::ModelTypeSet types_to_remove,
NigoriState nigori_state,
- const base::Callback<void(syncer::ModelTypeSet)>& ready_task,
- const base::Callback<void()>& retry_callback) = 0;
+ base::Callback<void(syncer::ModelTypeSet)> ready_task,
+ base::Callback<void()> retry_callback) = 0;
protected:
virtual ~BackendDataTypeConfigurer() {}
« no previous file with comments | « no previous file | chrome/browser/sync/glue/data_type_manager_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698