| 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..1417acbbf2ae7895c4da4e81af3aa8da82d06f6d 100644
|
| --- a/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| +++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.h
|
| @@ -47,6 +47,7 @@ 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 StatusIconLinux* CreateLinuxStatusIcon() const OVERRIDE;
|
|
|
| private:
|
| typedef std::map<int, SkColor> ColorMap;
|
|
|