Commit 42d044ed authored by brettw@chromium.org's avatar brettw@chromium.org

Clarify comment for --ppapi-startup-dialog.

This requires the --no-sandbox flag to work properly.

BUG=130508

Review URL: https://chromiumcodereview.appspot.com/10850005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150444 0039d316-1c4b-4281-b951-d872f2087c98
parent 9cbb2e7b
...@@ -504,7 +504,8 @@ const char kPpapiPluginLauncher[] = "ppapi-plugin-launcher"; ...@@ -504,7 +504,8 @@ const char kPpapiPluginLauncher[] = "ppapi-plugin-launcher";
// Argument to the process type that indicates a PPAPI plugin process type. // Argument to the process type that indicates a PPAPI plugin process type.
const char kPpapiPluginProcess[] = "ppapi"; 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"; const char kPpapiStartupDialog[] = "ppapi-startup-dialog";
// Runs a single process for each site (i.e., group of pages from the same // Runs a single process for each site (i.e., group of pages from the same
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment