Index: chrome/browser/sync/glue/password_data_type_controller.h |
diff --git a/chrome/browser/sync/glue/password_data_type_controller.h b/chrome/browser/sync/glue/password_data_type_controller.h |
index 683af83e4b1aaf45af6956c9acd4f36e72dc8523..70325665f80824ff59246c7b7a4247cc2857aa69 100644 |
--- a/chrome/browser/sync/glue/password_data_type_controller.h |
+++ b/chrome/browser/sync/glue/password_data_type_controller.h |
@@ -31,10 +31,11 @@ class PasswordDataTypeController : public NonFrontendDataTypeController { |
protected: |
// NonFrontendDataTypeController interface. |
+ virtual bool PostTaskOnBackendThread( |
+ const tracked_objects::Location& from_here, |
+ const base::Closure& task) OVERRIDE; |
virtual bool StartModels() OVERRIDE; |
- virtual bool StartAssociationAsync() OVERRIDE; |
virtual void CreateSyncComponents() OVERRIDE; |
- virtual bool StopAssociationAsync() OVERRIDE; |
virtual void RecordUnrecoverableError( |
const tracked_objects::Location& from_here, |
const std::string& message) OVERRIDE; |