Index: public/web/WebFormControlElement.h |
diff --git a/public/web/WebFormControlElement.h b/public/web/WebFormControlElement.h |
index 31f47dccff6c034b4314adc62d49fc05f7bbebb2..e89251759dc6d5f6c909e0f86ad4524d2db91ada 100644 |
--- a/public/web/WebFormControlElement.h |
+++ b/public/web/WebFormControlElement.h |
@@ -105,6 +105,9 @@ public: |
// Returns direction of text of element. |
BLINK_EXPORT WebString directionForFormData() const; |
+ // Returns true if sumit is activated. |
+ BLINK_EXPORT bool isActivatedSubmit() const; |
+ |
// Returns the name that should be used for the specified |element| when |
// storing autofill data. This is either the field name or its id, an empty |
// string if it has no name and no id. |