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

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

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_controller.cc ('k') | chrome/browser/instant/instant_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_delegate.h
diff --git a/chrome/browser/instant/instant_delegate.h b/chrome/browser/instant/instant_delegate.h
index d57760669975d36ba2d8634dee03ccff45c64e54..2f09c25b40ab871ec590fcf1285469782e489d74 100644
--- a/chrome/browser/instant/instant_delegate.h
+++ b/chrome/browser/instant/instant_delegate.h
@@ -19,15 +19,15 @@ class Rect;
// InstantController for details.
class InstantDelegate {
public:
- // Invoked when the instant TabContents should be shown.
+ // Invoked when the instant TabContentsWrapper should be shown.
virtual void ShowInstant(TabContentsWrapper* preview_contents) = 0;
- // Invoked when the instant TabContents should be hidden.
+ // Invoked when the instant TabContentsWrapper should be hidden.
virtual void HideInstant() = 0;
// Invoked when the user does something that should result in the preview
- // TabContents becoming the active TabContents. The delegate takes ownership
- // of the supplied TabContents.
+ // TabContentsWrapper becoming the active TabContentsWrapper. The delegate
+ // takes ownership of the supplied TabContentsWrapper.
virtual void CommitInstant(TabContentsWrapper* preview_contents) = 0;
// Invoked when the suggested text is to change to |text|.
« no previous file with comments | « chrome/browser/instant/instant_controller.cc ('k') | chrome/browser/instant/instant_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698