summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-23 01:36:47 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-23 01:36:47 +0000
commit26b5e32067f119d2d69e83b319db7f52fdc48ede (patch)
treea213e3b49f2843f865ee950c6f980c791e38f582 /chrome/common
parent290fb65488853449fee7c3794179ffa5855a72a0 (diff)
downloadchromium_src-26b5e32067f119d2d69e83b319db7f52fdc48ede.zip
chromium_src-26b5e32067f119d2d69e83b319db7f52fdc48ede.tar.gz
chromium_src-26b5e32067f119d2d69e83b319db7f52fdc48ede.tar.bz2
Change most of the methods of WebContentsObserver to take a content::WebContents instead of a TabContents, and update all the dependent code.
BUG=98716 Review URL: http://codereview.chromium.org/9022023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_notification_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
index f970cc4..06c97da0 100644
--- a/chrome/common/chrome_notification_types.h
+++ b/chrome/common/chrome_notification_types.h
@@ -58,7 +58,7 @@ enum NotificationType {
NOTIFICATION_PAGE_TRANSLATED,
// Sent after the renderer returns a snapshot of tab contents.
- // The source (Source<TabContentsWrapper>) is the RenderViewHost for which
+ // The source (Source<content::WebContents>) is the RenderViewHost for which
// the snapshot was generated and the details (Details<const SkBitmap>) is
// the actual snapshot.
NOTIFICATION_TAB_SNAPSHOT_TAKEN,