| Index: chrome/browser/gtk/status_icons/status_icon_gtk.h
|
| diff --git a/chrome/browser/gtk/status_icons/status_icon_gtk.h b/chrome/browser/gtk/status_icons/status_icon_gtk.h
|
| index adb139b0fd256a4d001b7c8bc10c7de608f21d4e..4aa6c938236cc332cd104eb2451c379d83255517 100644
|
| --- a/chrome/browser/gtk/status_icons/status_icon_gtk.h
|
| +++ b/chrome/browser/gtk/status_icons/status_icon_gtk.h
|
| @@ -26,6 +26,9 @@ class StatusIconGtk : public StatusIcon {
|
| // Exposed for testing.
|
| CHROMEGTK_CALLBACK_0(StatusIconGtk, void, OnClick);
|
|
|
| + protected:
|
| + virtual void ResetContextMenu(menus::MenuModel* menu);
|
| +
|
| private:
|
| // The currently-displayed icon for the window.
|
| GtkStatusIcon* icon_;
|
|
|