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

Unified Diff: public/web/WebInputElement.h

Issue 26622007: Move isAutofilled and setAutofilled from HTMLInputElement to HTMLFormControlElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update messaging in test. Created 7 years, 2 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 | « public/web/WebFormControlElement.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebInputElement.h
diff --git a/public/web/WebInputElement.h b/public/web/WebInputElement.h
index fdad920d0e1eca0ae2c3ae48d4519b7eec2a9bb0..6bb73a9b2b1fe5a91d7c05d5ee753ba52834ac4d 100644
--- a/public/web/WebInputElement.h
+++ b/public/web/WebInputElement.h
@@ -87,8 +87,6 @@ namespace WebKit {
BLINK_EXPORT WebString suggestedValue() const;
BLINK_EXPORT void setPlaceholder(const WebString&);
BLINK_EXPORT WebString placeholder() const;
- BLINK_EXPORT bool isAutofilled() const;
- BLINK_EXPORT void setAutofilled(bool);
BLINK_EXPORT void setSelectionRange(int, int);
BLINK_EXPORT int selectionStart() const;
BLINK_EXPORT int selectionEnd() const;
« no previous file with comments | « public/web/WebFormControlElement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698