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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 10987037: Add tests for panel app icon functionaility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch to land Created 8 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 8301388d08605fef2f18f0cf21d14b33d3b2a084..fc62ebbfd8dc9dffc64148683081c23fcf68f2d2 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -1225,6 +1225,10 @@ enum NotificationType {
// Used only in unit testing.
NOTIFICATION_PANEL_WINDOW_SIZE_KNOWN,
+ // Sent when panel app icon is loaded.
+ // Used only in unit testing.
+ NOTIFICATION_PANEL_APP_ICON_LOADED,
+
// Sent when panel strip get updated.
// The source is the PanelStrip, no details.
// Used only in coordination with notification balloons.
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698