summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2012-06-20 16:22:50 -0700
committerGeorge Mount <mount@google.com>2012-06-20 16:22:50 -0700
commitbc17d11c07d97392bb41b9d707726bec5c8cb64d (patch)
treef72daa4b3bec8fc35c08eebbcfec31a64152c8e1 /Source/WebKit/android/jni/WebViewCore.h
parentfc7f71bad1fe01396717f3425429f04cb009f741 (diff)
downloadexternal_webkit-bc17d11c07d97392bb41b9d707726bec5c8cb64d.zip
external_webkit-bc17d11c07d97392bb41b9d707726bec5c8cb64d.tar.gz
external_webkit-bc17d11c07d97392bb41b9d707726bec5c8cb64d.tar.bz2
Remove updateTextfield for changing passwords.
The UI no longer needs to know about password field changes as it is not required like it was with the removed WebTextView. Change-Id: I16a6bb44c31c83c5c3e9cb70f2bc865d5eb2732c
Diffstat (limited to 'Source/WebKit/android/jni/WebViewCore.h')
-rw-r--r--Source/WebKit/android/jni/WebViewCore.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/WebKit/android/jni/WebViewCore.h b/Source/WebKit/android/jni/WebViewCore.h
index def09d7..9d07e5f 100644
--- a/Source/WebKit/android/jni/WebViewCore.h
+++ b/Source/WebKit/android/jni/WebViewCore.h
@@ -202,13 +202,9 @@ namespace android {
/**
* Tell the java side to update the focused textfield
* @param pointer Pointer to the node for the input field.
- * @param changeToPassword If true, we are changing the textfield to
- * a password field, and ignore the WTF::String
- * @param text If changeToPassword is false, this is the new text that
- * should go into the textfield.
+ * @param text This is the new text that should go into the textfield.
*/
- void updateTextfield(WebCore::Node* pointer,
- bool changeToPassword, const WTF::String& text);
+ void updateTextfield(WebCore::Node* pointer, const WTF::String& text);
/**
* Tell the java side to update the current selection in the focused