Merge "fix incognito url loading" into honeycomb
This commit is contained in:
@@ -2011,13 +2011,7 @@ public class WebView extends AbsoluteLayout
|
||||
}
|
||||
|
||||
private void startPrivateBrowsing() {
|
||||
boolean wasPrivateBrowsingEnabled = isPrivateBrowsingEnabled();
|
||||
|
||||
getSettings().setPrivateBrowsingEnabled(true);
|
||||
|
||||
if (!wasPrivateBrowsingEnabled) {
|
||||
loadUrl("browser:incognito");
|
||||
}
|
||||
}
|
||||
|
||||
private boolean extendScroll(int y) {
|
||||
|
||||
Reference in New Issue
Block a user