Index: content/public/common/content_switches.cc |
=================================================================== |
--- content/public/common/content_switches.cc (revision 119887) |
+++ content/public/common/content_switches.cc (working copy) |
@@ -33,9 +33,6 @@ |
// as a dependent process of the Chrome Frame plugin. |
const char kChromeFrame[] = "chrome-frame"; |
-// Options to pass to the Dart VM. |
-const char kDartFlags[] = "dart-flags"; |
- |
// Disables client-visible 3D APIs, in particular WebGL and Pepper 3D. |
// This is controlled by policy and is kept separate from the other |
// enable/disable switches to avoid accidentally regressing the policy |