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

Unified Diff: chrome/browser/ui/gtk/status_icons/status_tray_gtk.h

Issue 8351004: Add an extra argument to the DisplayBalloon method to support custom notification icons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing argument order as suggested. Created 9 years, 2 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/gtk/status_icons/status_tray_gtk.h
diff --git a/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h b/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
index c3d799e4e223abee9b105d072a06d964394495ae..88bbb67f4f88076e6b1c20f79658d4d54635f8f1 100644
--- a/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
+++ b/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_GTK_STATUS_ICONS_STATUS_TRAY_GTK_H_
#pragma once
+#include "base/compiler_specific.h"
#include "chrome/browser/status_icons/status_tray.h"
class StatusTrayGtk : public StatusTray {
@@ -15,7 +16,7 @@ class StatusTrayGtk : public StatusTray {
protected:
// Overriden from StatusTray:
- virtual StatusIcon* CreatePlatformStatusIcon();
+ virtual StatusIcon* CreatePlatformStatusIcon() OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(StatusTrayGtk);

Powered by Google App Engine
This is Rietveld 408576698