diff options
| author | Steve Block <steveblock@google.com> | 2012-02-23 04:29:30 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-02-23 04:29:30 -0800 |
| commit | 2eb7309388644db2ad3be18986804422611fd90e (patch) | |
| tree | 093ca37f96a510735bd36e98aef4b7263553e7d5 /core/java/android/webkit/WebView.java | |
| parent | 0b5a6b2e8afe2185c3589a7e2a1e12e721af0c24 (diff) | |
| parent | 0acb1c32fa002a648c8090f622b0094f406d5411 (diff) | |
Merge "Drop support for Android HTTP stack"
Diffstat (limited to 'core/java/android/webkit/WebView.java')
| -rw-r--r-- | core/java/android/webkit/WebView.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index de782109d25d..5601dca8cbe4 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -2048,7 +2048,6 @@ public class WebView extends AbsoluteLayout public static void enablePlatformNotifications() { checkThread(); synchronized (WebView.class) { - Network.enablePlatformNotifications(); sNotificationsEnabled = true; Context context = JniUtil.getContext(); if (context != null) @@ -2066,7 +2065,6 @@ public class WebView extends AbsoluteLayout public static void disablePlatformNotifications() { checkThread(); synchronized (WebView.class) { - Network.disablePlatformNotifications(); sNotificationsEnabled = false; Context context = JniUtil.getContext(); if (context != null) |
