| 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..72e736ee564d1ef5b15102d5a98ce36a63e6f3d8 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -68,7 +68,7 @@ class BrowserInstantController : public content::NotificationObserver,
|
|
|
| // Invoked by |instant_| to commit the omnibox's suggested text.
|
| // Call-through to OmniboxEditModel::CommitSuggestedText.
|
| - void CommitSuggestedText(bool skip_inline_autocomplete);
|
| + void CommitSuggestedText();
|
|
|
| // Invoked by |instant_| to get the bounds that the overlay is placed at,
|
| // in screen coordinates.
|
|
|