diff options
Diffstat (limited to 'content/public/common/content_switches.cc')
-rw-r--r-- | content/public/common/content_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc index 9a41cc6..5ecc7a8 100644 --- a/content/public/common/content_switches.cc +++ b/content/public/common/content_switches.cc @@ -366,6 +366,9 @@ const char kEnablePinch[] = "enable-pinch"; // also applys to workers. const char kEnablePreciseMemoryInfo[] = "enable-precise-memory-info"; +// Enables payloads for received push messages when using the W3C Push API. +const char kEnablePushMessagePayload[] = "enable-push-message-payload"; + // Set options to cache V8 data. (off, preparse data, or code) const char kV8CacheOptions[] = "v8-cache-options"; |