Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index c11062ceb34702f92dc7aaeacf8889e5064f2eb5..10f04fa2728c2b62a24b9bf2ed19f1c04accdf7d 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -384,6 +384,10 @@ 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"; |
| +// Enable hasPermission() method in the W3C Push API. |
|
Peter Beverloo
2015/02/18 20:23:03
+the, s/in/of/.
|
| +const char kEnablePushMessagingHasPermission[] = |
| + "enable-push-messaging-has-permission"; |
| + |
| // Set options to cache V8 data. (off, preparse data, or code) |
| const char kV8CacheOptions[] = "v8-cache-options"; |