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

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

Issue 1024223002: [Sync] Split model association into multiple UI tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 5 years, 9 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 b5ffd6e1d453b0efd8c2da184eb9fad2cc9575e7..032385986175bd102878f9e13d05b63a9c33e820 100644
--- a/chrome/browser/sync/glue/frontend_data_type_controller.h
+++ b/chrome/browser/sync/glue/frontend_data_type_controller.h
@@ -129,11 +129,7 @@ class FrontendDataTypeController : public sync_driver::DataTypeController {
private:
// Build sync components and associate models.
- // Return value:
- // True - if association was successful. FinishStart should have been
- // invoked.
- // False - if association failed. StartFailed should have been invoked.
- virtual bool Associate();
+ virtual void Associate();
void AbortModelLoad();

Powered by Google App Engine
This is Rietveld 408576698