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

Unified Diff: chrome/browser/chrome_notification_types.h

Issue 231723006: Remove balloon notification code. The last user was the Linux GTK port but that's deleted now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync after elliot's r263101 Created 6 years, 8 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/browser/chrome_notification_types.h
===================================================================
--- chrome/browser/chrome_notification_types.h (revision 263121)
+++ chrome/browser/chrome_notification_types.h (working copy)
@@ -590,20 +590,6 @@
// found update.
NOTIFICATION_EXTENSION_UPDATE_FOUND,
- // Desktop Notifications ---------------------------------------------------
-
- // This notification is sent when a balloon is connected to a renderer
- // process to render the balloon contents. The source is a
- // Source<BalloonHost> with a pointer to the the balloon. A
- // NOTIFY_BALLOON_DISCONNECTED is guaranteed before the source pointer
- // becomes junk. No details expected.
- NOTIFICATION_NOTIFY_BALLOON_CONNECTED,
-
- // This message is sent after a balloon is disconnected from the renderer
- // process. The source is a Source<BalloonHost> with a pointer to the
- // balloon host (the pointer is usable). No details are expected.
- NOTIFICATION_NOTIFY_BALLOON_DISCONNECTED,
-
// Upgrade notifications ---------------------------------------------------
// Sent when Chrome believes an update has been installed and available for

Powered by Google App Engine
This is Rietveld 408576698