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

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

Issue 10091006: TabContents -> WebContentsImpl, part 15. (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/web_contents.h ('k') | content/public/common/view_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_observer.h
diff --git a/content/public/browser/web_contents_observer.h b/content/public/browser/web_contents_observer.h
index 47b94686e17b867d1255e10e446ef7d023372609..e3db1f124c0a6dabb81741c962b3ffe133ad5c7a 100644
--- a/content/public/browser/web_contents_observer.h
+++ b/content/public/browser/web_contents_observer.h
@@ -94,9 +94,9 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Channel::Listener,
bool blocked_by_policy) {}
// Invoked when the WebContents is being destroyed. Gives subclasses a chance
- // to cleanup. At the time this is invoked |tab_contents()| returns NULL.
+ // to cleanup. At the time this is invoked |web_contents()| returns NULL.
// It is safe to delete 'this' from here.
- virtual void WebContentsDestroyed(WebContents* tab) {}
+ virtual void WebContentsDestroyed(WebContents* web_contents) {}
// IPC::Channel::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
« no previous file with comments | « content/public/browser/web_contents.h ('k') | content/public/common/view_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698