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

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

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/ui_model_worker.h
diff --git a/chrome/browser/sync/glue/ui_model_worker.h b/chrome/browser/sync/glue/ui_model_worker.h
index f1df84c28cd6efc78be976baceab07ab037b8ae6..66a2a995e711a1362a0a948b15deb0c3bd7b2c4c 100644
--- a/chrome/browser/sync/glue/ui_model_worker.h
+++ b/chrome/browser/sync/glue/ui_model_worker.h
@@ -31,13 +31,7 @@ namespace browser_sync {
// after the actual syncer pthread has exited.
class UIModelWorker : public browser_sync::ModelSafeWorker {
public:
- explicit UIModelWorker(MessageLoop* ui_loop)
- : state_(WORKING),
- pending_work_(NULL),
- syncapi_has_shutdown_(false),
- ui_loop_(ui_loop),
- syncapi_event_(&lock_) {
- }
+ explicit UIModelWorker(MessageLoop* ui_loop);
virtual ~UIModelWorker();
// A simple task to signal a waitable event after Run()ning a Closure.

Powered by Google App Engine
This is Rietveld 408576698