Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / autofill / autofill_dialog_view.h
index 49215cf..822f21a 100644 (file)
@@ -12,7 +12,6 @@ class NavigationController;
 }
 
 namespace gfx {
-class Point;
 class Size;
 }
 
@@ -80,10 +79,6 @@ class AutofillDialogView {
   // relevant.
   virtual base::string16 GetCvc() = 0;
 
-  // Whether or not |point| is within the bounds of an input of |type|.
-  virtual bool HitTestInput(ServerFieldType type,
-                            const gfx::Point& screen_point) = 0;
-
   // Returns true if new or edited autofill details should be saved.
   virtual bool SaveDetailsLocally() = 0;