Remove doc references to private browsing.

Remove reference to private browsing since it is no longer supported.

Change-Id: I65bc8aecd949717f662454d4bd1759ca91ad553d
This commit is contained in:
Selim Gurun
2013-01-04 14:58:36 -08:00
parent dd18adb28e
commit 5c11ef10db

View File

@@ -404,16 +404,14 @@ public abstract class WebSettings {
}
/**
* Sets whether the WebView should save form data. The default is true,
* unless in private browsing mode, when the value is always false.
* Sets whether the WebView should save form data. The default is true.
*/
public void setSaveFormData(boolean save) {
throw new MustOverrideException();
}
/**
* Gets whether the WebView saves form data. Always false in private
* browsing mode.
* Gets whether the WebView saves form data.
*
* @return whether the WebView saves form data
* @see #setSaveFormData