Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 09d5096f74e88910dada3eab74ed8ae3f3a01916..16e5018c36b8067f374639556d79675abd7060a1 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -160,9 +160,6 @@ const char kDisableHideInactiveStackedTabCloseButtons[] = |
// Disable the RenderThread's HistogramCustomizer. |
const char kDisableHistogramCustomizer[] = "disable-histogram-customizer"; |
-// Prevent Java from running. |
-const char kDisableJava[] = "disable-java"; |
- |
// Don't kill a child process when it sends a bad IPC message. Apart |
// from testing, it is a bad idea from a security perspective to enable |
// this switch. |