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

Unified Diff: chrome/browser/status_icons/desktop_notification_balloon.h

Issue 1387383004: Plumb NotifierId to status icon balloons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@notif_cleanup
Patch Set: Rebase Created 5 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/status_icons/desktop_notification_balloon.h
diff --git a/chrome/browser/status_icons/desktop_notification_balloon.h b/chrome/browser/status_icons/desktop_notification_balloon.h
index c027132e485839273504f6082e07f57c9ff578a4..e73508e618a8ad81fadbdc3f01f147aa258167bb 100644
--- a/chrome/browser/status_icons/desktop_notification_balloon.h
+++ b/chrome/browser/status_icons/desktop_notification_balloon.h
@@ -16,6 +16,10 @@ namespace gfx {
class ImageSkia;
}
+namespace message_center {
+struct NotifierId;
+}
+
// Provides the notification balloon functionality by using desktop
// notifications to platforms that don't have a specific native API.
class DesktopNotificationBalloon {
@@ -25,7 +29,8 @@ class DesktopNotificationBalloon {
void DisplayBalloon(const gfx::ImageSkia& icon,
const base::string16& title,
- const base::string16& contents);
+ const base::string16& contents,
+ const message_center::NotifierId& notifier_id);
private:
std::string notification_id_;
« no previous file with comments | « chrome/browser/background/background_mode_manager_win.cc ('k') | chrome/browser/status_icons/desktop_notification_balloon.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698