Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / autofill / autofill_popup_view_delegate.h
index 15836cb..eb7b96d 100644 (file)
@@ -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;