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|. |