| Index: chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/most_visited_handler.cc b/chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| index ba6e7e0b79a1337e6a7271ea09b51598f1e3d639..11f7f824090c34af151d561799433fa22c8bb04e 100644
|
| --- a/chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| +++ b/chrome/browser/ui/webui/ntp/most_visited_handler.cc
|
| @@ -168,7 +168,7 @@ void MostVisitedHandler::StartQueryForMostVisited() {
|
| if (ts) {
|
| ts->GetMostVisitedURLs(
|
| base::Bind(&MostVisitedHandler::OnMostVisitedUrlsAvailable,
|
| - weak_ptr_factory_.GetWeakPtr()));
|
| + weak_ptr_factory_.GetWeakPtr()), false);
|
| }
|
| }
|
|
|
|
|