Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index fc01d8c60cd486e3c0127a807083ef3702a00885..f41747ccbe6f4410c67a3dc4df4ac71bac96a8e5 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -191,6 +191,9 @@ const char kDisableLogging[] = "disable-logging"; |
// Disables Media Source API (i.e., the MediaSource object). |
const char kDisableMediaSource[] = "disable-media-source"; |
+// Disables the Web Notification API. |
Michael van Ouwerkerk
2015/02/13 11:50:47
And the Push API.
Peter Beverloo
2015/02/13 12:22:51
Done.
|
+const char kDisableNotifications[] = "disable-notifications"; |
+ |
// Disable rasterizer that writes directly to GPU memory. |
// Overrides the kEnableOneCopy flag. |
const char kDisableOneCopy[] = "disable-one-copy"; |