| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 90273e9ed6665144014d92054c0f648be64c04d3..d149abadb5d113ec6321ca26988101884216a69c 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -155,11 +155,6 @@ class LocationBarView : public LocationBar,
|
| // appears, not where the icons are shown).
|
| gfx::Point GetLocationEntryOrigin() const;
|
|
|
| -#if defined(OS_WIN)
|
| - // Invoked from SuggestedTextView when the suggested text should be committed.
|
| - void OnCommitSuggestedText();
|
| -#endif
|
| -
|
| // Sizing functions
|
| virtual gfx::Size GetPreferredSize();
|
|
|
| @@ -194,7 +189,7 @@ class LocationBarView : public LocationBar,
|
| virtual void OnAutocompleteWillClosePopup();
|
| virtual void OnAutocompleteLosingFocus(gfx::NativeView view_gaining_focus);
|
| virtual void OnAutocompleteWillAccept();
|
| - virtual bool OnCommitSuggestedText(const string16& typed_text);
|
| + virtual bool OnCommitSuggestedText(bool skip_inline_autocomplete);
|
| virtual bool AcceptCurrentInstantPreview();
|
| virtual void OnPopupBoundsChanged(const gfx::Rect& bounds);
|
| virtual void OnAutocompleteAccept(const GURL& url,
|
|
|