diff options
Diffstat (limited to 'chrome/browser/sync/glue/ui_model_worker.cc')
-rw-r--r-- | chrome/browser/sync/glue/ui_model_worker.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/sync/glue/ui_model_worker.cc b/chrome/browser/sync/glue/ui_model_worker.cc index 86dbf44..24622ae 100644 --- a/chrome/browser/sync/glue/ui_model_worker.cc +++ b/chrome/browser/sync/glue/ui_model_worker.cc @@ -89,6 +89,10 @@ void UIModelWorker::Stop() { state_ = STOPPED; } +ModelSafeGroup UIModelWorker::GetModelSafeGroup() { + return GROUP_UI; +} + bool UIModelWorker::CurrentThreadIsWorkThread() { return MessageLoop::current() == ui_loop_; } |