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

Unified Diff: chrome/browser/sync/glue/password_data_type_controller.h

Issue 9264062: [Sync] Consolidate DataTypeController methods that post on the backend thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add suppressions Created 8 years, 11 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: 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;

Powered by Google App Engine
This is Rietveld 408576698