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(); |
sreeram
2013/05/29 15:40:24
I think this method can be entirely removed. I don
beaudoin
2013/05/29 16:19:41
Done.
|
// Invoked by |instant_| to get the bounds that the overlay is placed at, |
// in screen coordinates. |