Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / browser / autofill_popup_delegate.h
index b94b33a..97d6097 100644 (file)
@@ -7,10 +7,6 @@
 
 #include "base/strings/string16.h"
 
-namespace ui {
-class MouseEvent;
-}
-
 namespace autofill {
 
 // An interface for interaction with AutofillPopupController. Will be notified
@@ -23,10 +19,6 @@ class AutofillPopupDelegate {
   // Called when the Autofill popup is hidden.
   virtual void OnPopupHidden() = 0;
 
-  // Called when the Autofill popup recieves a click outside of the popup view
-  // to determine if the event should be reposted to the native window manager.
-  virtual bool ShouldRepostEvent(const ui::MouseEvent& event) = 0;
-
   // Called when the autofill suggestion indicated by |identifier| has been
   // temporarily selected (e.g., hovered).
   virtual void DidSelectSuggestion(const base::string16& value,