Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 9fd3772a7238ba2288b4d3536be1bd37b393dc84..fc01d8c60cd486e3c0127a807083ef3702a00885 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -837,9 +837,6 @@ |
// Use the new surfaces system to handle compositor delegation. |
const char kUseSurfaces[] = "use-surfaces"; |
-// Disable the use of the new surfaces system to handle compositor delegation. |
-const char kDisableSurfaces[] = "disable-surfaces"; |
- |
// The contents of this flag are prepended to the utility process command line. |
// Useful values might be "valgrind" or "xterm -e gdb --args". |
const char kUtilityCmdPrefix[] = "utility-cmd-prefix"; |