Index: chrome/browser/sync/profile_sync_service.h |
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h |
index 91fdc76af6ff8c9336ea497a8fdbd5948341801b..2e2fe0b176ac9f2530cfa58bcf4b5fc695cdf1c2 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -349,7 +349,9 @@ class ProfileSyncService : public browser_sync::SyncFrontend, |
const tracked_objects::Location& from_here, |
const std::string& message) OVERRIDE; |
- virtual void OnDisableDatatype(syncable::ModelType type, |
+ // Called when a datatype wishes to disable itself due to having hit an |
+ // unrecoverable error. |
+ virtual void DisableBrokenDatatype(syncable::ModelType type, |
akalin
2012/06/18 22:17:45
i think usual style is newline and indent after (
tim (not reviewing)
2012/06/18 22:47:54
Done.
|
const tracked_objects::Location& from_here, |
std::string message); |