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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 9195003: Move IN_OVERFLOW from Panel::ExpansionState to new enum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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
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.
« chrome/browser/ui/panels/panel_strip.cc ('K') | « chrome/browser/ui/panels/panel_strip.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698