Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 938f64b50519927532040703707ba5697834b725..754a4fbd5e36fc4906e613cb74ffa925c3f1d363 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -504,7 +504,8 @@ const char kPpapiPluginLauncher[] = "ppapi-plugin-launcher"; |
// Argument to the process type that indicates a PPAPI plugin process type. |
const char kPpapiPluginProcess[] = "ppapi"; |
-// Causes the PPAPI sub process to display a dialog on launch. |
+// Causes the PPAPI sub process to display a dialog on launch. Be sure to use |
+// --no-sandbox as well or the sandbox won't allow the dialog to display. |
const char kPpapiStartupDialog[] = "ppapi-startup-dialog"; |
// Runs a single process for each site (i.e., group of pages from the same |