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

Unified Diff: components/sync/api/model_type_service.h

Issue 2319973003: [USS] Implement SharedModelTypeProcessor::GetAllNodes for USS (Closed)
Patch Set: add blank Created 4 years, 3 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 | « components/sync/api/entity_data.cc ('k') | components/sync/core/shared_model_type_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/model_type_service.h
diff --git a/components/sync/api/model_type_service.h b/components/sync/api/model_type_service.h
index e992e65f11f67af54adf101dbb29e6955ffebcc1..4006bd54489359fa2f4c7563345ce3ef03b97dc2 100644
--- a/components/sync/api/model_type_service.h
+++ b/components/sync/api/model_type_service.h
@@ -120,11 +120,11 @@ class ModelTypeService : public base::SupportsWeakPtr<ModelTypeService> {
// TODO(crbug.com/584365): This needs to be called from DataTypeController.
void DisableSync();
+ ModelTypeChangeProcessor* change_processor() const;
+
protected:
void CreateChangeProcessor();
- ModelTypeChangeProcessor* change_processor() const;
-
void clear_change_processor();
private:
« no previous file with comments | « components/sync/api/entity_data.cc ('k') | components/sync/core/shared_model_type_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698