Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index a46ada78127f582d779d7e752a4507343ff5c84e..3dac5711b4351ff0c7e5ca587d401866ec14e056 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -422,8 +422,8 @@ const char kEnablePinch[] = "enable-pinch"; |
// also applys to workers. |
const char kEnablePreciseMemoryInfo[] = "enable-precise-memory-info"; |
-// Enable caching of pre-parsed JS script data. See http://crbug.com/32407. |
-const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching"; |
+// Set options to cache V8 data. (off, preparse data, or code) |
+const char kV8CacheOptions[] = "v8-cache-options"; |
// Enables the CSS multicol implementation that uses the regions implementation. |
const char kEnableRegionBasedColumns[] = |