| Index: chrome/browser/ui/browser_instant_controller.h
|
| diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
|
| index cddc75dd2a0b655285629782800811b8ecabf83e..8143e0a3c67a46c4fb7a6e12d54f018bf69bed3c 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -66,10 +66,6 @@ class BrowserInstantController : public content::NotificationObserver,
|
| // Invoked by |instant_| to autocomplete the |suggestion| into the omnibox.
|
| void SetInstantSuggestion(const InstantSuggestion& suggestion);
|
|
|
| - // Invoked by |instant_| to commit the omnibox's suggested text.
|
| - // Call-through to OmniboxEditModel::CommitSuggestedText.
|
| - void CommitSuggestedText(bool skip_inline_autocomplete);
|
| -
|
| // Invoked by |instant_| to get the bounds that the overlay is placed at,
|
| // in screen coordinates.
|
| gfx::Rect GetInstantBounds();
|
|
|