Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index d508a435f9f710c96d3621a99393d46dc93374a2..6d091b42aaf1bcf51bfad79446217349cdbeb23e 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -966,6 +966,11 @@ enum NotificationType { |
// Used only in unit testing. |
NOTIFICATION_PANEL_CHANGED_ACTIVE_STATUS, |
+ // Sent when panel is moved between different strips. |
+ // The source is the Panel, no details. |
+ // Used only in unit testing. |
+ NOTIFICATION_PANEL_CHANGED_STRIP_OWNER, |
+ |
// Sent when panel is minimized/restored/shows title only etc. |
// The source is the Panel, no details. |
// Used only in unit testing. |