| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 283849c711eb808570b0e64c73544611952977fc..0f53b27d930daef8c556fa5bdfcad94c28cd72c7 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -508,6 +508,9 @@ const char kEnableResourceContentSettings[] =
|
| // Enables panels (always on-top docked pop-up windows).
|
| const char kEnablePanels[] = "enable-panels";
|
|
|
| +// Enables the installation and usage of Portable Native Client.
|
| +const char kEnablePNaCl[] = "enable-pnacl";
|
| +
|
| // Enables speculative TCP/IP preconnection.
|
| const char kEnablePreconnect[] = "enable-preconnect";
|
|
|
|
|