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

Unified Diff: components/sync/driver/non_ui_data_type_controller.h

Issue 2265703002: [Sync] Fix bug in NonUIDataTypeController::Stop(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: components/sync/driver/non_ui_data_type_controller.h
diff --git a/components/sync/driver/non_ui_data_type_controller.h b/components/sync/driver/non_ui_data_type_controller.h
index 0dda52630c9c44065690fea5794360f77b6e4be0..eb690d6fe6e1cc4506604533eb4824e6000bdb5d 100644
--- a/components/sync/driver/non_ui_data_type_controller.h
+++ b/components/sync/driver/non_ui_data_type_controller.h
@@ -99,12 +99,8 @@ class NonUIDataTypeController : public DirectoryDataTypeController {
// |shared_change_processor_| must be non-NULL).
void DisconnectSharedChangeProcessor();
- // Posts StopLocalService() to the processor on the model type thread and then
- // clears our reference to the processor.
- void StopServiceAndClearProcessor();
-
- // Abort model loading and trigger the model load callback.
- void AbortModelLoad();
+ // Posts StopLocalService() to the processor on the model type thread.
+ void StopSyncableService();
// Disable this type with the sync service. Should only be invoked in case of
// an unrecoverable error.

Powered by Google App Engine
This is Rietveld 408576698