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

Unified Diff: chrome/browser/ui/libgtk2ui/gtk2_ui.h

Issue 18334003: Linux status icon for Ubuntu Unity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: file restored Created 7 years, 5 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
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 b1db13a32ad50cc266aba3e0cdf33398df3acdc1..69a7dde9a4f9b768eed4db861c4b4d1ca91f63c9 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;

Powered by Google App Engine
This is Rietveld 408576698