Index: chrome/common/chrome_notification_types.h |
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h |
index 207ae7b0a2d93953f46c5efc3736445e0edd6153..41efbe3ff323b32268edcbf01fecc2a5030bedbf 100644 |
--- a/chrome/common/chrome_notification_types.h |
+++ b/chrome/common/chrome_notification_types.h |
@@ -948,6 +948,11 @@ enum NotificationType { |
// Used only in unit testing. |
NOTIFICATION_PANEL_WINDOW_SIZE_KNOWN, |
+ // Sent when panel's bounds get changed. |
+ // The source is the Panel, no details. |
+ // Used only in coordination w/ notifications. |
+ NOTIFICATION_PANEL_CHANGED_BOUNDS, |
+ |
// Sent when a global error has changed and the error UI should update it |
// self. The source is a Source<Profile> containing the profile for the |
// error. The detail is a GlobalError object that has changed or NULL if |