Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index b415e3bcf37ecb384cec30dcd1c41adf27ff773c..294d868d7d831e6979e32c0bf734a538751dc5be 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -122,10 +122,6 @@ const char kDisableDelegatedRenderer[] = "disable-delegated-renderer"; |
// Disables desktop notifications (default enabled on windows). |
const char kDisableDesktopNotifications[] = "disable-desktop-notifications"; |
-// Disables experimental navigator content utils implementation. |
-const char kDisableNavigatorContentUtils[] = |
- "disable-navigator-content-utils"; |
- |
// Handles URL requests by NPAPI plugins through the renderer. |
const char kDisableDirectNPAPIRequests[] = "disable-direct-npapi-requests"; |