Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: third_party/WebKit/Source/core/html/HTMLFormElement.h

Issue 1768953002: Remove WebFormElement::wasUserSubmitted. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLFormElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLFormElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLFormElement.h b/third_party/WebKit/Source/core/html/HTMLFormElement.h
index 9dbecb71bf0a36d72b628271c2d08214f1885ba9..a9cbcccdff9cf4acf5d1908645b578aa25681a3a 100644
--- a/third_party/WebKit/Source/core/html/HTMLFormElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLFormElement.h
@@ -89,8 +89,6 @@ public:
String method() const;
void setMethod(const AtomicString&);
- bool wasUserSubmitted() const;
-
// Find the 'default button.'
// https://html.spec.whatwg.org/multipage/forms.html#default-button
HTMLFormControlElement* findDefaultButton() const;
@@ -140,7 +138,7 @@ private:
void copyNonAttributePropertiesFromElement(const Element&) override;
void submitDialog(PassRefPtrWillBeRawPtr<FormSubmission>);
- void submit(Event*, bool activateSubmitButton, bool processingUserGesture);
+ void submit(Event*, bool activateSubmitButton);
void scheduleFormSubmission(PassRefPtrWillBeRawPtr<FormSubmission>);
@@ -179,7 +177,6 @@ private:
bool m_hasElementsAssociatedByFormAttribute : 1;
bool m_didFinishParsingChildren : 1;
- bool m_wasUserSubmitted : 1;
bool m_isSubmittingOrInUserJSSubmitEvent : 1;
bool m_shouldSubmit : 1;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLFormElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698