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

Unified Diff: sync/internal_api/public/engine/model_safe_worker.h

Issue 23463033: Release password store on UI loop when worker is stopped so that password (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: 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;

Powered by Google App Engine
This is Rietveld 408576698