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

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

Issue 7497014: Revert 94128 - [Sync] Refactor sync datatype error handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/browser/sync/glue/frontend_data_type_controller.h (revision 94142)
+++ chrome/browser/sync/glue/frontend_data_type_controller.h (working copy)
@@ -15,7 +15,6 @@
class Profile;
class ProfileSyncService;
class ProfileSyncFactory;
-class SyncError;
namespace base { class TimeDelta; }
namespace browser_sync {
@@ -85,11 +84,11 @@
// Cleans up state and calls callback when start fails.
virtual void StartFailed(StartResult result,
- const tracked_objects::Location& location);
+ const tracked_objects::Location& from_here);
// Helper method to run the stashed start callback with a given result.
virtual void FinishStart(StartResult result,
- const tracked_objects::Location& location);
+ const tracked_objects::Location& from_here);
// 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