| Index: chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.h b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| index e53ff6b2db150bda84b13e56860f959539594134..e1bb81cc00f951bde8de19ea083ad9d0ca74cdfa 100644
|
| --- a/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| +++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| @@ -47,6 +47,8 @@ class Gtk2UI : public ui::LinuxUI {
|
| virtual bool GetDefaultUsesSystemTheme() const OVERRIDE;
|
| virtual void SetDownloadCount(int count) const OVERRIDE;
|
| virtual void SetProgressFraction(float percentage) const OVERRIDE;
|
| + virtual bool IsStatusIconSupported() const OVERRIDE;
|
| + virtual scoped_ptr<StatusIconLinux> CreateLinuxStatusIcon() const OVERRIDE;
|
|
|
| private:
|
| typedef std::map<int, SkColor> ColorMap;
|
|
|