am 34e9f249: am fbef58fa: am 258f32e2: Merge "Disable plugins if setPluginsEnabled(false) called."

* commit '34e9f249a9b36ebe64476b997bca0edf990fbc0d':
  Disable plugins if setPluginsEnabled(false) called.
This commit is contained in:
Romain Guy
2011-06-09 09:03:55 -07:00
committed by Android Git Automerger

View File

@@ -1234,7 +1234,7 @@ public class WebSettings {
*/
@Deprecated
public synchronized void setPluginsEnabled(boolean flag) {
setPluginState(PluginState.ON);
setPluginState(flag ? PluginState.ON : PluginState.OFF);
}
/**