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

Unified Diff: chrome/browser/instant/instant_controller.h

Issue 10534104: TabContentsWrapper -> TabContents, part 55. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 6 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/download/download_request_limiter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_controller.h
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
index 3b720f9bea8cdf1e6e2cda0324c403aa94f10eb0..5b91a4979e9a91bcb16597c0e7d548282cf3ffb5 100644
--- a/chrome/browser/instant/instant_controller.h
+++ b/chrome/browser/instant/instant_controller.h
@@ -121,8 +121,8 @@ class InstantController : public InstantLoaderDelegate {
bool PrepareForCommit();
// Invoked when the user does some gesture that should trigger making the
- // current previewed page the permanent page. Returns the TCW that contains
- // the committed preview.
+ // current previewed page the permanent page. Returns the TabContents that
+ // contains the committed preview.
TabContents* CommitCurrentPreview(InstantCommitType type);
// Accepts the currently showing instant preview, if any, and returns true.
« no previous file with comments | « chrome/browser/download/download_request_limiter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698