Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 5877de57afcb80b6adf81ca59c33e6720fbc0bf1..28d6cc2cabc7d52347800f00b6c8b6d1d9894e07 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -130,6 +130,9 @@ const char kDisableGpuSandbox[] = "disable-gpu-sandbox"; |
// Reduces the GPU process sandbox to be less strict. |
const char kReduceGpuSandbox[] = "reduce-gpu-sandbox"; |
+// Enable the GPU process sandbox (Linux/Chrome OS only for now). |
+const char kEnableGpuSandbox[] = "enable-gpu-sandbox"; |
brettw
2012/06/12 01:03:54
Please aligh the = like the other ones (looks like
Jorge Lucangeli Obes
2012/06/12 01:27:35
Done.
|
+ |
// Suppresses hang monitor dialogs in renderer processes. This may allow slow |
// unload handlers on a page to prevent the tab from closing, but the Task |
// Manager can be used to terminate the offending process in this case. |