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

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

Issue 7453014: [Sync] Refactor sync datatype error handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and fix final unit test <3 c++ Created 9 years, 5 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/frontend_data_type_controller.h
diff --git a/chrome/browser/sync/glue/frontend_data_type_controller.h b/chrome/browser/sync/glue/frontend_data_type_controller.h
index 86c3e602270080dc7f99cc03d0361c95af7d6c52..a1a7b01492e591c95b57febbebb33ff123369582 100644
--- a/chrome/browser/sync/glue/frontend_data_type_controller.h
+++ b/chrome/browser/sync/glue/frontend_data_type_controller.h
@@ -15,6 +15,7 @@
class Profile;
class ProfileSyncService;
class ProfileSyncFactory;
+class SyncError;
namespace base { class TimeDelta; }
namespace browser_sync {
@@ -84,11 +85,11 @@ class FrontendDataTypeController : public DataTypeController {
// Cleans up state and calls callback when start fails.
virtual void StartFailed(StartResult result,
- const tracked_objects::Location& from_here);
+ const tracked_objects::Location& location);
// Helper method to run the stashed start callback with a given result.
virtual void FinishStart(StartResult result,
- const tracked_objects::Location& from_here);
+ const tracked_objects::Location& location);
// DataType specific histogram methods. Because histograms use static's, the
// specific datatype controllers must implement this themselves.
« no previous file with comments | « chrome/browser/sync/glue/extension_model_associator.cc ('k') | chrome/browser/sync/glue/frontend_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698