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

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

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/public/browser/web_contents_observer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_observer.cc
diff --git a/content/public/browser/web_contents_observer.cc b/content/public/browser/web_contents_observer.cc
index 36854fca26abd7fa2a4c52c4b1eb7299106d4874..30292565b8e57bad97c3f784e84faeed0b24fcb9 100644
--- a/content/public/browser/web_contents_observer.cc
+++ b/content/public/browser/web_contents_observer.cc
@@ -58,7 +58,7 @@ int WebContentsObserver::routing_id() const {
return web_contents_->GetRenderViewHost()->GetRoutingID();
}
-void WebContentsObserver::TabContentsDestroyed() {
+void WebContentsObserver::WebContentsImplDestroyed() {
// Do cleanup so that 'this' can safely be deleted from WebContentsDestroyed.
web_contents_->RemoveObserver(this);
WebContentsImpl* contents = web_contents_;
« no previous file with comments | « content/public/browser/web_contents_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698