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

Unified Diff: chrome/browser/ui/browser_tab_contents.cc

Issue 15822005: Remove omnibox_search_hint.(cc,h). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: sync+rebase Created 7 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 | « chrome/browser/omnibox_search_hint.cc ('k') | chrome/browser/ui/browser_ui_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_tab_contents.cc
diff --git a/chrome/browser/ui/browser_tab_contents.cc b/chrome/browser/ui/browser_tab_contents.cc
index 4a2e9b407298f25a3426be3c55d086c7ecef5061..6877b7cfee5717f519df927058249d26dbb73db5 100644
--- a/chrome/browser/ui/browser_tab_contents.cc
+++ b/chrome/browser/ui/browser_tab_contents.cc
@@ -15,7 +15,6 @@
#include "chrome/browser/infobars/infobar_service.h"
#include "chrome/browser/net/load_time_stats.h"
#include "chrome/browser/net/net_error_tab_helper.h"
-#include "chrome/browser/omnibox_search_hint.h"
#include "chrome/browser/password_manager/password_generation_manager.h"
#include "chrome/browser/password_manager/password_manager.h"
#include "chrome/browser/password_manager/password_manager_delegate_impl.h"
@@ -138,8 +137,6 @@ void BrowserTabContents::AttachTabHelpers(WebContents* web_contents) {
HungPluginTabHelper::CreateForWebContents(web_contents);
InfoBarService::CreateForWebContents(web_contents);
NavigationMetricsRecorder::CreateForWebContents(web_contents);
- if (OmniboxSearchHint::IsEnabled(profile))
- OmniboxSearchHint::CreateForWebContents(web_contents);
PasswordGenerationManager::CreateForWebContents(web_contents);
PasswordManagerDelegateImpl::CreateForWebContents(web_contents);
PasswordManager::CreateForWebContentsAndDelegate(
« no previous file with comments | « chrome/browser/omnibox_search_hint.cc ('k') | chrome/browser/ui/browser_ui_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698