Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(741)

Unified Diff: chrome/browser/ui/webui/ntp/most_visited_handler.cc

Issue 7066029: Fix most visited pages console spew. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d6063a67f76efa06406697db6c55122e570d1a02..8d78c4ac9e24657be5f5fcd4499466353e881813 100644
--- a/chrome/browser/ui/webui/ntp/most_visited_handler.cc
+++ b/chrome/browser/ui/webui/ntp/most_visited_handler.cc
@@ -353,7 +353,7 @@ void MostVisitedHandler::Observe(NotificationType type,
DCHECK_EQ(type.value, NotificationType::TOP_SITES_CHANGED);
// Most visited urls changed, query again.
- HandleGetMostVisited(NULL);
+ StartQueryForMostVisited();
tony 2011/05/24 19:02:53 We're only getting this spew because we got a noti
}
void MostVisitedHandler::BlacklistURL(const GURL& url) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698