Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index d9be18254bc8a4d4434e533d9c07325de02e8347..8c2d9e0b164e6c134419120c99b2a46e5f31b542 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -114,9 +114,6 @@ const char kDisableDatabases[] = "disable-databases"; |
// Disables delegated renderer. |
const char kDisableDelegatedRenderer[] = "disable-delegated-renderer"; |
-// Disables desktop notifications (default enabled on windows). |
-const char kDisableDesktopNotifications[] = "disable-desktop-notifications"; |
- |
// Handles URL requests by NPAPI plugins through the renderer. |
const char kDisableDirectNPAPIRequests[] = "disable-direct-npapi-requests"; |