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

Unified Diff: components/password_manager/sync/browser/password_data_type_controller.h

Issue 2511703004: [Sync] Remove UIDataTypeController (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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/password_manager/sync/browser/password_data_type_controller.h
diff --git a/components/password_manager/sync/browser/password_data_type_controller.h b/components/password_manager/sync/browser/password_data_type_controller.h
index 732da941c579e4a0d5b90e634db629d3fb09bbf7..f5072d5dd09005ff084fc397a96c37e2aa415d99 100644
--- a/components/password_manager/sync/browser/password_data_type_controller.h
+++ b/components/password_manager/sync/browser/password_data_type_controller.h
@@ -33,13 +33,10 @@ class PasswordDataTypeController : public syncer::NonUIDataTypeController,
const scoped_refptr<password_manager::PasswordStore>& password_store);
~PasswordDataTypeController() override;
- // NonFrontendDataTypeController implementation
- syncer::ModelSafeGroup model_safe_group() const override;
-
protected:
// NonUIDataTypeController interface.
- bool PostTaskOnBackendThread(const tracked_objects::Location& from_here,
- const base::Closure& task) override;
+ bool PostTaskOnModelThread(const tracked_objects::Location& from_here,
+ const base::Closure& task) override;
bool StartModels() override;
void StopModels() override;

Powered by Google App Engine
This is Rietveld 408576698