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

Unified Diff: content/common/content_notification_types.h

Issue 7548022: Profiles: Introduce AllProfilesAndSources(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Avi fixes Created 9 years, 5 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 | « content/browser/renderer_host/render_widget_host.cc ('k') | content/common/notification_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/content_notification_types.h
diff --git a/content/common/content_notification_types.h b/content/common/content_notification_types.h
index f1368780ce0159b1f7cdf501d6c7a11f942baf15..3b1fe924bfb1fefb46e6349c799a6f1d596aba40 100644
--- a/content/common/content_notification_types.h
+++ b/content/common/content_notification_types.h
@@ -173,16 +173,6 @@ enum {
// selected (if any).
NOTIFICATION_SSL_CLIENT_AUTH_CERT_SELECTED,
- // Notification that a view was removed from a view hierarchy. The source
- // is the view, the details is the parent view.
- NOTIFICATION_VIEW_REMOVED,
-
- // This message is sent when the last window considered to be an
- // "application window" has been closed. Dependent/dialog/utility windows
- // can use this as a way to know that they should also close. No source or
- // details are passed.
- NOTIFICATION_ALL_APPWINDOWS_CLOSED,
-
#if defined(OS_MACOSX)
// This message is sent when the application is made active (Mac OS X only
// at present). No source or details are passed.
@@ -323,10 +313,6 @@ enum {
// the RenderWidgetHost, the details are not used.
NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED,
- // Sent when the widget is about to paint. The source is the
- // RenderWidgetHost, the details are not used.
- NOTIFICATION_RENDER_WIDGET_HOST_WILL_PAINT,
-
// Sent after the widget has painted. The source is the RenderWidgetHost,
// the details are not used.
NOTIFICATION_RENDER_WIDGET_HOST_DID_PAINT,
« no previous file with comments | « content/browser/renderer_host/render_widget_host.cc ('k') | content/common/notification_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698