Index: components/history/core/browser/history_service.cc |
diff --git a/components/history/core/browser/history_service.cc b/components/history/core/browser/history_service.cc |
index da0ed64137e740b8f4b79894060d797b5ffa0d98..cbac0309a9faea77a9b0b844855950c8f252b643 100644 |
--- a/components/history/core/browser/history_service.cc |
+++ b/components/history/core/browser/history_service.cc |
@@ -889,6 +889,9 @@ bool HistoryService::Init( |
if (visit_delegate_ && !visit_delegate_->Init(this)) |
return false; |
+ if (history_client_) |
+ history_client_->OnHistoryServiceCreated(this); |
+ |
return true; |
} |