Index: android_webview/lib/main/aw_main_delegate.cc |
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc |
index f8ea4a1c52bd1ff2e337e3e6e88c6b55535d2665..37b751e933fe88d23085aec509729a1c402fef65 100644 |
--- a/android_webview/lib/main/aw_main_delegate.cc |
+++ b/android_webview/lib/main/aw_main_delegate.cc |
@@ -75,6 +75,9 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) { |
// File system API not supported (requires some new API; internal bug 6930981) |
cl->AppendSwitch(switches::kDisableFileSystem); |
+ // Web Notification API and the Push API are not supported (crbug.com/434712) |
+ cl->AppendSwitch(switches::kDisableNotifications); |
+ |
#if defined(VIDEO_HOLE) |
// Support EME/L1 with hole-punching. |
cl->AppendSwitch(switches::kMediaDrmEnableNonCompositing); |