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

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

Issue 2511703004: [Sync] Remove UIDataTypeController (Closed)
Patch Set: . 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..291798e950f65f6ea507900f06d45d400e105ea3 100644
--- a/components/password_manager/sync/browser/password_data_type_controller.h
+++ b/components/password_manager/sync/browser/password_data_type_controller.h
@@ -33,9 +33,6 @@ 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,

Powered by Google App Engine
This is Rietveld 408576698