Index: sync/internal_api/public/engine/model_safe_worker.h |
diff --git a/sync/internal_api/public/engine/model_safe_worker.h b/sync/internal_api/public/engine/model_safe_worker.h |
index 75f03456e26694df54ff80165e640b2c17c1087a..0ccff9c15d452203f56736cd96109cd40f6c8610 100644 |
--- a/sync/internal_api/public/engine/model_safe_worker.h |
+++ b/sync/internal_api/public/engine/model_safe_worker.h |
@@ -84,7 +84,7 @@ class SYNC_EXPORT ModelSafeWorker |
// Soft stop worker by setting stopped_ flag. Called when sync is disabled |
// or browser is shutting down. |
- void RequestStop(); |
+ virtual void RequestStop(); |
Nicolas Zea
2013/09/16 17:37:51
Is this always called on the UI thread? Perhaps ad
haitaol1
2013/09/16 18:07:39
Done.
|
virtual ModelSafeGroup GetModelSafeGroup() = 0; |