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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 2263863002: Remove implementation of Panels on OSes other than ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback Created 4 years, 4 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/extensions/api/management/management_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_notification_types.h
diff --git a/chrome/browser/chrome_notification_types.h b/chrome/browser/chrome_notification_types.h
index 0ea5fa63ab08c4ecacb63d4f01f16b6320f0ea9b..97fc47681ee5f7b14c53a5d387aa644b2af29c44 100644
--- a/chrome/browser/chrome_notification_types.h
+++ b/chrome/browser/chrome_notification_types.h
@@ -493,34 +493,6 @@ enum NotificationType {
// status. The source is the profile.
NOTIFICATION_PLUGIN_ENABLE_STATUS_CHANGED,
- // Panels Notifications. The Panels are small browser windows near the bottom
- // of the screen.
- // Sent when all nonblocking bounds animations are finished across panels.
- // Used only in unit testing.
- NOTIFICATION_PANEL_BOUNDS_ANIMATIONS_FINISHED,
-
- // Sent when panel gains/loses focus.
- // The source is the Panel, no details.
- // Used only in unit testing.
- NOTIFICATION_PANEL_CHANGED_ACTIVE_STATUS,
-
- // Sent when panel is minimized/restored/shows title only etc.
- // The source is the Panel, no details.
- NOTIFICATION_PANEL_CHANGED_EXPANSION_STATE,
-
- // Sent when panel app icon is loaded.
- // Used only in unit testing.
- NOTIFICATION_PANEL_APP_ICON_LOADED,
-
- // Sent when panel collection get updated.
- // The source is the PanelCollection, no details.
- // Used only in coordination with notification balloons.
- NOTIFICATION_PANEL_COLLECTION_UPDATED,
-
- // Sent when panel is closed.
- // The source is the Panel, no details.
- NOTIFICATION_PANEL_CLOSED,
-
// 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/extensions/api/management/management_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698