| Index: third_party/WebKit/Source/modules/push_messaging/PushManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/push_messaging/PushManager.cpp b/third_party/WebKit/Source/modules/push_messaging/PushManager.cpp
|
| index 3409e1a1a809765da1200cb2cf4df3dd7862b125..e31408b12cec4b7fc803dbe02904012e25fcb03f 100644
|
| --- a/third_party/WebKit/Source/modules/push_messaging/PushManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/push_messaging/PushManager.cpp
|
| @@ -44,7 +44,7 @@ PushManager::PushManager(ServiceWorkerRegistration* registration)
|
|
|
| // static
|
| Vector<String> PushManager::supportedContentEncodings() {
|
| - return Vector<String>({"aesgcm"});
|
| + return Vector<String>({"aes128gcm", "aesgcm"});
|
| }
|
|
|
| ScriptPromise PushManager::subscribe(ScriptState* script_state,
|
|
|