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

Unified Diff: chrome/browser/ui/views/infobars/infobar_view.h

Issue 2387503002: Fix menu scroll indicators and highlights overlapping the menu border. (Closed)
Patch Set: inset in layout instead Created 4 years, 3 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 | « no previous file | chrome/browser/ui/views/infobars/infobar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/infobars/infobar_view.h
diff --git a/chrome/browser/ui/views/infobars/infobar_view.h b/chrome/browser/ui/views/infobars/infobar_view.h
index 0bdb6dbfafe88b20fe83384af378cee71ad64372..4afcd013ba6114db5d2985f187b04e84d1f5cd6b 100644
--- a/chrome/browser/ui/views/infobars/infobar_view.h
+++ b/chrome/browser/ui/views/infobars/infobar_view.h
@@ -90,13 +90,6 @@ class InfoBarView : public infobars::InfoBar,
// animate open and closed.
int OffsetY(views::View* view) const;
- // Shows a menu at the specified position.
- // NOTE: This must not be called if we're unowned. (Subclasses should ignore
- // calls to RunMenu() in this case.)
- void RunMenuAt(ui::MenuModel* menu_model,
- views::MenuButton* button,
- views::MenuAnchorPosition anchor);
-
protected:
// Adds |view| to the content area, i.e. |child_container_|. The |view| won't
// automatically get any layout, so should still be laid out manually.
« no previous file with comments | « no previous file | chrome/browser/ui/views/infobars/infobar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698