| Index: third_party/WebKit/Source/core/html/forms/FormController.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/FormController.h b/third_party/WebKit/Source/core/html/forms/FormController.h
|
| index 16a6c75b73058bdc1f5174878d2e5b01e5a08b94..d30a97060f0ff90beba8a6c7310bf4f0a98ca0bb 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FormController.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/FormController.h
|
| @@ -104,6 +104,9 @@ public:
|
| DocumentState* formElementsState() const;
|
| // This should be callled only by Document::setStateForNewFormElements().
|
| void setStateForNewFormElements(const Vector<String>&);
|
| + // Returns true if saved state is set to this object and there are entries
|
| + // which are not consumed yet.
|
| + bool hasFormStates() const;
|
| void willDeleteForm(HTMLFormElement*);
|
| void restoreControlStateFor(HTMLFormControlElementWithState&);
|
| void restoreControlStateIn(HTMLFormElement&);
|
|
|