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

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

Issue 2147483002: Cleanup: remove dead code from InstantPage and InstantController (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
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..d9a64163b6af6c04c9fa983ae98141af690a7310 100644
--- a/chrome/browser/ui/search/instant_tab.cc
+++ b/chrome/browser/ui/search/instant_tab.cc
@@ -4,13 +4,11 @@
#include "chrome/browser/ui/search/instant_tab.h"
-#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/webui/ntp/ntp_user_data_logger.h"
#include "content/public/browser/web_contents.h"
-InstantTab::InstantTab(InstantPage::Delegate* delegate,
- Profile* profile)
- : InstantPage(delegate, "", profile) {
+InstantTab::InstantTab(InstantPage::Delegate* delegate)
+ : InstantPage(delegate) {
}
InstantTab::~InstantTab() {
« chrome/browser/ui/search/instant_page.h ('K') | « chrome/browser/ui/search/instant_tab.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698