| Index: chrome/browser/automation/automation_provider_observers.cc
|
| diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc
|
| index b692a776a2fda0020138c93455cc42c93f83390e..0da34a3989f47bba2c6f601ea72ec52c0ff5a296 100644
|
| --- a/chrome/browser/automation/automation_provider_observers.cc
|
| +++ b/chrome/browser/automation/automation_provider_observers.cc
|
| @@ -1891,7 +1891,7 @@ void NTPInfoObserver::Observe(int type,
|
| if (request_ == *request_details.ptr()) {
|
| top_sites_->GetMostVisitedURLs(
|
| base::Bind(&NTPInfoObserver::OnTopSitesReceived,
|
| - base::Unretained(this)));
|
| + base::Unretained(this)), false);
|
| }
|
| }
|
| }
|
|
|