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

Unified Diff: components/toolbar/toolbar_model.cc

Issue 2232863002: Remove search::GetSearchTerms since it always returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_query_extract
Patch Set: Mac Created 4 years, 4 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: components/toolbar/toolbar_model.cc
diff --git a/components/toolbar/toolbar_model.cc b/components/toolbar/toolbar_model.cc
index b7f1f2ec4d86f247485b5dc9ab9272d00bf3f362..f9e12151e2a76081d3069aec40e36c192c1fe54a 100644
--- a/components/toolbar/toolbar_model.cc
+++ b/components/toolbar/toolbar_model.cc
@@ -11,8 +11,3 @@ ToolbarModel::ToolbarModel()
ToolbarModel::~ToolbarModel() {
}
-
-bool ToolbarModel::WouldReplaceURL() const {
- return WouldPerformSearchTermReplacement(false);
-}
-

Powered by Google App Engine
This is Rietveld 408576698