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

Unified Diff: components/sync/driver/proxy_data_type_controller.h

Issue 2276943006: [USS] Move GetAllNodes from backend to controller (Closed)
Patch Set: update for Max Created 4 years, 4 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/driver/proxy_data_type_controller.h
diff --git a/components/sync/driver/proxy_data_type_controller.h b/components/sync/driver/proxy_data_type_controller.h
index 40e6f8d344386c2c4beca7f3650521d6e9c1960a..186400bd67be3073931c5d0179f5e26cf74157a8 100644
--- a/components/sync/driver/proxy_data_type_controller.h
+++ b/components/sync/driver/proxy_data_type_controller.h
@@ -34,6 +34,7 @@ class ProxyDataTypeController : public DataTypeController {
State state() const override;
void ActivateDataType(BackendDataTypeConfigurer* configurer) override;
void DeactivateDataType(BackendDataTypeConfigurer* configurer) override;
+ void GetAllNodes(const AllNodesCallback& callback) override;
// DataTypeErrorHandler interface.
void OnSingleDataTypeUnrecoverableError(
« no previous file with comments | « components/sync/driver/non_ui_data_type_controller.cc ('k') | components/sync/driver/proxy_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698