| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index f264701cee9c4455cb1ca5a1579fa4175cddd17c..48802b57dc305202e795e4e2dbff82fdf3f43cda 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -982,9 +982,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";
|
|
|
| // Sets the free memory thresholds below which the system is considered to be
|
| // under moderate and critical memory pressure. Used in the browser process,
|
|
|