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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 8505047: Fix panels being removed from PanelManager prematurely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unit test. Created 9 years, 1 month 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/common/chrome_notification_types.h
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index 12477c390bb8bd74d97eddcfdc9c4b9252d78ae4..55d2d36f5a7d4ed818134ca7c92a416e5f90f513 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -942,6 +942,11 @@ enum NotificationType {
// Used only in unit testing.
NOTIFICATION_PANEL_CHANGED_EXPANSION_STATE,
+ // Sent from the destructor of Panel class.
+ // Source is the panel being deleted. No details.
+ // Used only in unit testing.
+ NOTIFICATION_PANEL_DELETED,
Dmitry Titov 2011/11/11 05:18:10 is this notification used? I see where it is fired
prasadt 2011/11/11 18:29:58 Its listened for in panel_browsertest.cc
+
// Sent when panel window size is known. This is for platforms where the
// window creation is async and size of the window only becomes known later.
// Used only in unit testing.

Powered by Google App Engine
This is Rietveld 408576698