Commit e4c7744e authored by estade@chromium.org's avatar estade@chromium.org

Fix most visited pages console spew.

BUG=82824
TEST=doesn't say anything on startup

Review URL: http://codereview.chromium.org/7066029

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86635 0039d316-1c4b-4281-b951-d872f2087c98
parent 199c68e2
...@@ -353,7 +353,7 @@ void MostVisitedHandler::Observe(NotificationType type, ...@@ -353,7 +353,7 @@ void MostVisitedHandler::Observe(NotificationType type,
DCHECK_EQ(type.value, NotificationType::TOP_SITES_CHANGED); DCHECK_EQ(type.value, NotificationType::TOP_SITES_CHANGED);
// Most visited urls changed, query again. // Most visited urls changed, query again.
HandleGetMostVisited(NULL); StartQueryForMostVisited();
} }
void MostVisitedHandler::BlacklistURL(const GURL& url) { void MostVisitedHandler::BlacklistURL(const GURL& url) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment