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

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

Issue 7461098: Reland 87645 with clang fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager.cc ('k') | chrome/browser/sync/glue/data_type_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/data_type_manager_impl.h
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
index 8e8076f8732ef31562b09c187f3342cdd963b6fc..65db0058a3419ca4867a4334a6ba7d9f5707d5eb 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.h
+++ b/chrome/browser/sync/glue/data_type_manager_impl.h
@@ -50,8 +50,9 @@ class DataTypeManagerImpl : public DataTypeManager {
// Stops all data types.
void FinishStop();
- void FinishStopAndNotify(ConfigureResult result,
- const tracked_objects::Location& location);
+ void Abort(ConfigureStatus status,
+ const tracked_objects::Location& location,
+ syncable::ModelType last_attempted_type);
// Returns true if any last_requested_types_ currently needs to start model
// association. If non-null, fills |needs_start| with all such controllers.
@@ -61,8 +62,7 @@ class DataTypeManagerImpl : public DataTypeManager {
void Restart(sync_api::ConfigureReason reason, bool enable_nigori);
void DownloadReady(bool success);
void NotifyStart();
- void NotifyDone(ConfigureResult result,
- const tracked_objects::Location& location);
+ void NotifyDone(const ConfigureResult& result);
void SetBlockedAndNotify();
// Add to |configure_time_delta_| the time since we last called
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager.cc ('k') | chrome/browser/sync/glue/data_type_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698