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

Unified Diff: chrome/browser/status_icons/status_tray_unittest.cc

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/status_tray_unittest.cc
diff --git a/chrome/browser/status_icons/status_tray_unittest.cc b/chrome/browser/status_icons/status_tray_unittest.cc
index 12adee34b4f74f7860bfe70c7046e4446e1beee0..90f13299867181915606d1fca80d42d0b0667e09 100644
--- a/chrome/browser/status_icons/status_tray_unittest.cc
+++ b/chrome/browser/status_icons/status_tray_unittest.cc
@@ -11,13 +11,15 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/gfx/image/image_skia.h"
+#include "ui/message_center/notifier_settings.h"
class MockStatusIcon : public StatusIcon {
void SetImage(const gfx::ImageSkia& image) override {}
void SetToolTip(const base::string16& tool_tip) override {}
void DisplayBalloon(const gfx::ImageSkia& icon,
const base::string16& title,
- const base::string16& contents) override {}
+ const base::string16& contents,
+ const message_center::NotifierId& notifier_id) override {}
void UpdatePlatformContextMenu(StatusIconMenuModel* menu) override {}
};
« no previous file with comments | « chrome/browser/status_icons/status_icon_unittest.cc ('k') | chrome/browser/ui/cocoa/status_icons/status_icon_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698