| Index: chrome/browser/instant/instant_delegate.h
|
| diff --git a/chrome/browser/instant/instant_delegate.h b/chrome/browser/instant/instant_delegate.h
|
| index a908981641ac8e4bae1b6b2db678a33cdec5732f..b459d61a91416b606766cdbec7b045ada5e568e2 100644
|
| --- a/chrome/browser/instant/instant_delegate.h
|
| +++ b/chrome/browser/instant/instant_delegate.h
|
| @@ -7,6 +7,7 @@
|
| #pragma once
|
|
|
| #include "base/string16.h"
|
| +#include "chrome/common/instant_types.h"
|
|
|
| class TabContentsWrapper;
|
|
|
| @@ -37,7 +38,8 @@ class InstantDelegate {
|
| virtual void CommitInstant(TabContentsWrapper* preview_contents) = 0;
|
|
|
| // Invoked when the suggested text is to change to |text|.
|
| - virtual void SetSuggestedText(const string16& text) = 0;
|
| + virtual void SetSuggestedText(const string16& text,
|
| + InstantCompleteBehavior behavior) = 0;
|
|
|
| // Returns the bounds instant will be placed at in screen coordinates.
|
| virtual gfx::Rect GetInstantBounds() = 0;
|
|
|