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

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: Got rid of timeout by adding Details to notification from RenderViewHost. 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 e2467d8932054763a70176111744f2c06f45705e..81aa258878bded48f246b6ec072708ed3a443af7 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,
+
// 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