| Index: chrome/browser/status_icons/status_icon.cc
|
| diff --git a/chrome/browser/status_icons/status_icon.cc b/chrome/browser/status_icons/status_icon.cc
|
| index 458fb35c870a252a1db1fc890a5d6341126a0762..bc52001c625012b89d66e71c14626ff3da05824c 100644
|
| --- a/chrome/browser/status_icons/status_icon.cc
|
| +++ b/chrome/browser/status_icons/status_icon.cc
|
| @@ -34,6 +34,8 @@ void StatusIcon::DispatchBalloonClickEvent() {
|
| }
|
| #endif
|
|
|
| +void StatusIcon::ForceVisible() {}
|
| +
|
| void StatusIcon::SetContextMenu(scoped_ptr<StatusIconMenuModel> menu) {
|
| // The UI may been showing a menu for the current model, don't destroy it
|
| // until we've notified the UI of the change.
|
|
|