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

Unified Diff: chrome/browser/instant/instant_unload_handler.cc

Issue 10107002: TabContents -> WebContentsImpl, part 18. (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 | « chrome/browser/instant/instant_loader_delegate.h ('k') | chrome/browser/memory_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_unload_handler.cc
diff --git a/chrome/browser/instant/instant_unload_handler.cc b/chrome/browser/instant/instant_unload_handler.cc
index 36f4958055b167528d1e16a753e6ed91917ca67c..a6a689f0b375a87ddac0d3ced64f5e0943b05583 100644
--- a/chrome/browser/instant/instant_unload_handler.cc
+++ b/chrome/browser/instant/instant_unload_handler.cc
@@ -15,8 +15,8 @@
using content::WebContents;
-// TabContentsDelegate implementation. This owns the TabContents supplied to the
-// constructor.
+// TabContentsDelegate implementation. This owns the TabContentsWrapper supplied
+// to the constructor.
class InstantUnloadHandler::TabContentsDelegateImpl
: public content::WebContentsDelegate {
public:
@@ -93,7 +93,7 @@ void InstantUnloadHandler::RunUnloadListenersOrDestroy(TabContentsWrapper* tab,
}
void InstantUnloadHandler::Activate(TabContentsDelegateImpl* delegate) {
- // Take ownership of the TabContents from the delegate.
+ // Take ownership of the TabContentsWrapper from the delegate.
TabContentsWrapper* tab = delegate->ReleaseTab();
browser::NavigateParams params(browser_, tab);
params.disposition = NEW_FOREGROUND_TAB;
« no previous file with comments | « chrome/browser/instant/instant_loader_delegate.h ('k') | chrome/browser/memory_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698