am f8d4964e: default overview mode to false in webkit

Merge commit 'f8d4964e45f7e671f4b333386b4269b23ced4750' into eclair-plus-aosp

* commit 'f8d4964e45f7e671f4b333386b4269b23ced4750':
  default overview mode to false in webkit
This commit is contained in:
Cary Clark
2009-09-08 13:41:50 -07:00
committed by Android Git Automerger

View File

@@ -187,7 +187,7 @@ public class WebSettings {
private boolean mSupportZoom = true;
private boolean mBuiltInZoomControls = false;
private boolean mAllowFileAccess = true;
private boolean mLoadWithOverviewMode = true;
private boolean mLoadWithOverviewMode = false;
// Manages interaction of the system setting 'Location & security - Share
// with Google' and the browser.