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

Unified Diff: components/toolbar/test_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
Index: components/toolbar/test_toolbar_model.h
diff --git a/components/toolbar/test_toolbar_model.h b/components/toolbar/test_toolbar_model.h
index 05874532dd7393d563f2a548518fc17e46bad54a..5e5015c98fbff5754c58e6c7a1f36578c9e3af48 100644
--- a/components/toolbar/test_toolbar_model.h
+++ b/components/toolbar/test_toolbar_model.h
@@ -25,7 +25,6 @@ class TestToolbarModel : public ToolbarModel {
~TestToolbarModel() override;
base::string16 GetText() const override;
base::string16 GetFormattedURL(size_t* prefix_end) const override;
- base::string16 GetCorpusNameForMobile() const override;
GURL GetURL() const override;
bool WouldPerformSearchTermReplacement(bool ignore_editing) const override;
security_state::SecurityStateModel::SecurityLevel GetSecurityLevel(

Powered by Google App Engine
This is Rietveld 408576698