X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fui%2Fautofill%2Fautofill_popup_view_delegate.h;h=eb7b96d8935aa310b4c126a07f980bcd690a09b5;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=15836cb2607ade6611bb87ca3c56711b842f5b5f;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/ui/autofill/autofill_popup_view_delegate.h b/src/chrome/browser/ui/autofill/autofill_popup_view_delegate.h index 15836cb..eb7b96d 100644 --- a/src/chrome/browser/ui/autofill/autofill_popup_view_delegate.h +++ b/src/chrome/browser/ui/autofill/autofill_popup_view_delegate.h @@ -12,10 +12,6 @@ class Point; class Rect; } -namespace ui { -class MouseEvent; -} - namespace autofill { // Base class for Controllers of Autofill style popups. This interface is @@ -41,12 +37,6 @@ class AutofillPopupViewDelegate { // out of the popup bounds. virtual void SelectionCleared() = 0; - // Whether |event| should be reposted to the native window management. - virtual bool ShouldRepostEvent(const ui::MouseEvent& event) = 0; - - // Whether the view should be hidden on outside mouse presses. - virtual bool ShouldHideOnOutsideClick() const = 0; - // The actual bounds of the popup. virtual const gfx::Rect& popup_bounds() const = 0;