| Index: chrome/common/notification_type.h
|
| ===================================================================
|
| --- chrome/common/notification_type.h (revision 26504)
|
| +++ chrome/common/notification_type.h (working copy)
|
| @@ -219,6 +219,10 @@
|
| // Linux.
|
| ACTIVE_WINDOW_CHANGED,
|
|
|
| + // Sent when the renderer returns focus to the browser, as part of focus
|
| + // traversal. The source is the browser, there are no details.
|
| + FOCUS_RETURNED_TO_BROWSER,
|
| +
|
| // Application-modal dialogs -----------------------------------------------
|
|
|
| // Sent after an application-modal dialog has been shown. The source
|
| @@ -321,7 +325,6 @@
|
| // pointer.
|
| RENDER_VIEW_HOST_CREATED_FOR_TAB,
|
|
|
| -
|
| // Stuff inside the tabs ---------------------------------------------------
|
|
|
| // This message is sent after a constrained window has been closed. The
|
| @@ -402,6 +405,10 @@
|
| // guaranteed to be valid after the notification.
|
| WEB_CACHE_STATS_OBSERVED,
|
|
|
| + // The focused element inside a page has changed. The source is the render
|
| + // view host for the page, there are no details.
|
| + FOCUS_CHANGED_IN_PAGE,
|
| +
|
| // Child Processes ---------------------------------------------------------
|
|
|
| // This notification is sent when a child process host has connected to a
|
|
|