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

Unified Diff: content/public/browser/notification_types.h

Issue 10079023: Move notifications used only in chrome/ out of content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: six! Created 8 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: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index 797d7bdeca46db69dab18e2d066234eb33be732e..c0e0ffaa6a8fdd86e94c660e93fba910609a6f14 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -186,27 +186,7 @@ enum NotificationType {
// BrowserContext* and the details is the inspected RenderViewHost*.
NOTIFICATION_DEVTOOLS_WINDOW_CLOSING,
- // Tabs --------------------------------------------------------------------
-
- // Sent when a tab is added to a WebContentsDelegate. The source is the
- // WebContentsDelegate and the details is the added WebContents.
- NOTIFICATION_TAB_ADDED,
-
- // This notification is sent after a tab has been appended to the tab_strip.
- // The source is a Source<TabContentsWrapper> of the tab being added. There
- // are no details.
- NOTIFICATION_TAB_PARENTED,
-
- // This message is sent before a tab has been closed. The source is a
- // Source<NavigationController> with a pointer to the controller for the
- // closed tab. No details are expected.
- //
- // See also TAB_CLOSED.
- NOTIFICATION_TAB_CLOSING,
-
- // Notification that a tab has been closed. The source is the
- // NavigationController with no details.
- NOTIFICATION_TAB_CLOSED,
+ // WebContents ---------------------------------------------------------------
// This notification is sent when a render view host has connected to a
// renderer process. The source is a Source<WebContents> with a pointer to

Powered by Google App Engine
This is Rietveld 408576698