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

Unified Diff: components/toolbar/toolbar_model.h

Issue 2076303002: Delete query in omnibox code. R.I.P. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused header. Created 4 years, 6 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 | « components/toolbar/test_toolbar_model.cc ('k') | components/toolbar/toolbar_model_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/toolbar/toolbar_model.h
diff --git a/components/toolbar/toolbar_model.h b/components/toolbar/toolbar_model.h
index d0aee6b5596410c0a2f947e0a022b1880eff057f..afc86a9c1e9bfb238d4c9a872165b337b5401664 100644
--- a/components/toolbar/toolbar_model.h
+++ b/components/toolbar/toolbar_model.h
@@ -45,13 +45,6 @@ class ToolbarModel {
// portion of the resulting URL.
virtual base::string16 GetFormattedURL(size_t* prefix_end) const = 0;
- // Some search URLs bundle a special "corpus" param that we can extract and
- // display next to users' search terms in cases where we'd show the search
- // terms instead of the URL anyway. For example, a Google image search might
- // show the corpus "Images:" plus a search string. This is only used on
- // mobile.
- virtual base::string16 GetCorpusNameForMobile() const = 0;
-
// Returns the URL of the current navigation entry.
virtual GURL GetURL() const = 0;
« no previous file with comments | « components/toolbar/test_toolbar_model.cc ('k') | components/toolbar/toolbar_model_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698