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

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

Issue 2319973003: [USS] Implement SharedModelTypeProcessor::GetAllNodes for USS (Closed)
Patch Set: change structure of the info a little bit 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
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:

Powered by Google App Engine
This is Rietveld 408576698