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

Unified Diff: components/omnibox/browser/omnibox_view.h

Issue 2735533002: Use SetUserText() in OmniboxViewViews emphasis tests to ensure system coherence. (Closed)
Patch Set: Created 3 years, 10 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/omnibox/browser/omnibox_view.h
diff --git a/components/omnibox/browser/omnibox_view.h b/components/omnibox/browser/omnibox_view.h
index 8546cb0db170a1b2ae1bbdf7bcecd7738a82ac9c..c764782ec848d5832725252bd5aafe27193b13b4 100644
--- a/components/omnibox/browser/omnibox_view.h
+++ b/components/omnibox/browser/omnibox_view.h
@@ -249,10 +249,6 @@ class OmniboxView {
// Internally invoked whenever the text changes in some way.
virtual void TextChanged();
- // Returns whether the current text in the model represents a URL. Provided
- // to allow tests to override the result.
- virtual bool CurrentTextIsURL();
-
// Return the number of characters in the current buffer. The name
// |GetTextLength| can't be used as the Windows override of this class
// inherits from a class that defines a method with that name.

Powered by Google App Engine
This is Rietveld 408576698