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

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

Issue 2365263006: Delete pre-MD code from OmniboxResultView (Closed)
Patch Set: update references to constant (merge resolution) Created 4 years, 2 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 5f71e1af78540b75366c2bad57fcd12d973b6a90..5245445a1b0292b0329c9752b625ce105b25b3c2 100644
--- a/components/omnibox/browser/omnibox_view.h
+++ b/components/omnibox/browser/omnibox_view.h
@@ -90,9 +90,6 @@ class OmniboxView {
// the field is empty.
bool IsEditingOrEmpty() const;
- // Returns the resource ID of the icon to show for the current text.
- int GetIcon() const;
-
// Like GetIcon(), but returns a vector icon identifier.
gfx::VectorIconId GetVectorIcon() const;

Powered by Google App Engine
This is Rietveld 408576698