Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index f740377b3e60cf7cc6804cb33661f7cfb446b0f3..933efec39dfb99cfbea105d20b236e9e1ba96737 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -986,9 +986,8 @@ const char kEnableWin32kRendererLockDown[] = |
"enable-win32k-renderer-lockdown"; |
// DirectWrite FontCache is shared by browser to renderers using shared memory. |
-// This switch allows specifying suffix to shared memory section name to avoid |
-// clashes between different instances of Chrome. |
-const char kFontCacheSharedMemSuffix[] = "font-cache-shared-mem-suffix"; |
+// This switch allows us to pass the shared memory handle to the renderer. |
+const char kFontCacheSharedHandle[] = "font-cache-shared-handle"; |
// Enables the exporting of the tracing events to ETW. This is only supported on |
// Windows Vista and later. |