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

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

Issue 10038026: TabContents -> WebContentsImpl, part 12. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: *web*contents 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/browser/web_contents/web_drag_source_win.h ('k') | content/public/browser/web_contents_observer.cc » ('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 f67b2a5ad8e25eacf52ef399a1bc48b1788088fe..47b94686e17b867d1255e10e446ef7d023372609 100644
--- a/content/public/browser/web_contents_observer.h
+++ b/content/public/browser/web_contents_observer.h
@@ -125,9 +125,9 @@ class CONTENT_EXPORT WebContentsObserver : public IPC::Channel::Listener,
private:
friend class ::WebContentsImpl;
- // Invoked from WebContentsImpl. Invokes TabContentsDestroyed and NULL out
- // |tab_contents_|.
- void TabContentsDestroyed();
+ // Invoked from WebContentsImpl. Invokes WebContentsDestroyed and NULL out
+ // |web_contents_|.
+ void WebContentsImplDestroyed();
WebContentsImpl* web_contents_;
« no previous file with comments | « content/browser/web_contents/web_drag_source_win.h ('k') | content/public/browser/web_contents_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698