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

Unified Diff: chrome/browser/ui/search/instant_tab.cc

Issue 2141933002: Split NTP_TILE_LOADED event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « chrome/browser/ui/search/instant_tab.h ('k') | chrome/browser/ui/search/search_tab_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/search/instant_tab.cc
diff --git a/chrome/browser/ui/search/instant_tab.cc b/chrome/browser/ui/search/instant_tab.cc
index 7c60de47e8c90f9ba0d9d804759fe582f86a757d..c201ce3a93f9fa4face2196064fe5c8be9c12813 100644
--- a/chrome/browser/ui/search/instant_tab.cc
+++ b/chrome/browser/ui/search/instant_tab.cc
@@ -20,17 +20,6 @@ void InstantTab::Init(content::WebContents* contents) {
SetContents(contents);
}
-// static
-void InstantTab::TabDeactivated(content::WebContents* contents) {
- NTPUserDataLogger::GetOrCreateFromWebContents(contents)->TabDeactivated();
-}
-
-// static
-void InstantTab::MostVisitedItemsChanged(content::WebContents* contents) {
- NTPUserDataLogger::GetOrCreateFromWebContents(contents)
- ->MostVisitedItemsChanged();
-}
-
bool InstantTab::ShouldProcessAboutToNavigateMainFrame() {
return true;
}
« no previous file with comments | « chrome/browser/ui/search/instant_tab.h ('k') | chrome/browser/ui/search/search_tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698