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

Unified Diff: chrome/browser/ui/android/toolbar/toolbar_model_android.cc

Issue 2652763013: Cleanup: Remove the last traces of Instant Search on Android (Closed)
Patch Set: Created 3 years, 11 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/android/omnibox/omnibox_prerender.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/toolbar/toolbar_model_android.cc
diff --git a/chrome/browser/ui/android/toolbar/toolbar_model_android.cc b/chrome/browser/ui/android/toolbar/toolbar_model_android.cc
index 8676af223e086d18753f7f288889799063aac5b4..9368db598f0ebd54f29fd34971751987ebf33550 100644
--- a/chrome/browser/ui/android/toolbar/toolbar_model_android.cc
+++ b/chrome/browser/ui/android/toolbar/toolbar_model_android.cc
@@ -5,17 +5,12 @@
#include "chrome/browser/ui/android/toolbar/toolbar_model_android.h"
#include "base/android/jni_string.h"
-#include "base/metrics/field_trial.h"
-#include "chrome/browser/profiles/profile.h"
-#include "chrome/browser/search/search.h"
-#include "chrome/browser/search_engines/ui_thread_search_terms_data.h"
#include "components/toolbar/toolbar_model_impl.h"
#include "content/public/browser/navigation_entry.h"
#include "content/public/browser/ssl_status.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/content_constants.h"
#include "jni/ToolbarModel_jni.h"
-#include "net/cert/x509_certificate.h"
using base::android::JavaParamRef;
using base::android::ScopedJavaLocalRef;
« no previous file with comments | « chrome/browser/android/omnibox/omnibox_prerender.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698