Index: chrome/browser/sync/glue/history_model_worker.cc |
diff --git a/chrome/browser/sync/glue/history_model_worker.cc b/chrome/browser/sync/glue/history_model_worker.cc |
index eb00c926752fe24f8333bcccca122402bda80c49..d9f87549b2b5ecb80a3ace880740cf04d1f10401 100644 |
--- a/chrome/browser/sync/glue/history_model_worker.cc |
+++ b/chrome/browser/sync/glue/history_model_worker.cc |
@@ -100,7 +100,6 @@ void HistoryModelWorker::RegisterForLoopDestruction() { |
} |
void HistoryModelWorker::RegisterOnDBThread() { |
- base::MessageLoop::current()->AddDestructionObserver(this); |
SetWorkingLoopToCurrent(); |
} |