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

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: moved skia utils to skia_utils_gtk2 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 e53ff6b2db150bda84b13e56860f959539594134..8da2a303fa4344ea855d05858d6225ea7798a2fa 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 StatusIconLinux* CreateLinuxStatusIcon() const OVERRIDE;
private:
typedef std::map<int, SkColor> ColorMap;

Powered by Google App Engine
This is Rietveld 408576698