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

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

Issue 10073023: TabContents -> WebContentsImpl, part 14. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « content/public/browser/navigation_entry.h ('k') | content/public/browser/page_navigator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..09fbe9fb7822f78a696fd9bcbf0570c000f3e77b 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -215,7 +215,7 @@ enum NotificationType {
// expected.
NOTIFICATION_WEB_CONTENTS_CONNECTED,
- // This notification is sent when a TabContents swaps its render view host
+ // This notification is sent when a WebContents swaps its render view host
// with another one, possibly changing processes. The source is a
// Source<WebContents> with a pointer to the WebContents. A
// TAB_CONTENTS_DISCONNECTED notification is guaranteed before the
@@ -227,7 +227,7 @@ enum NotificationType {
// the WebContents (the pointer is usable). No details are expected.
NOTIFICATION_WEB_CONTENTS_DISCONNECTED,
- // This notification is sent after TabContents' title is updated. The source
+ // This notification is sent after WebContents' title is updated. The source
// is a Source<WebContents> with a pointer to the WebContents. The details
// is a std::pair<NavigationEntry*, bool> that contains more information.
NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED,
@@ -280,9 +280,9 @@ enum NotificationType {
// hung view, and no details are expected.
NOTIFICATION_RENDERER_PROCESS_HANG,
- // This is sent to notify that the RenderViewHost displayed in a
- // TabContents has changed. Source is the NavigationController for which the
- // change happened, details is a
+ // This is sent to notify that the RenderViewHost displayed in a WebContents
+ // has changed. Source is the NavigationController for which the change
+ // happened, details is a
// std::pair::<old RenderViewHost, new RenderViewHost>).
NOTIFICATION_RENDER_VIEW_HOST_CHANGED,
« no previous file with comments | « content/public/browser/navigation_entry.h ('k') | content/public/browser/page_navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698