| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 7e87a56a49cece554e104c0ec5e5bf6dfd5f1cf3..cb0174436305b392bbac81fadf132db109d34c8b 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -577,6 +577,9 @@ const char kEnableRemoting[] = "enable-remoting";
|
| const char kEnableResourceContentSettings[] =
|
| "enable-resource-content-settings";
|
|
|
| +// Enable Pepper and JavaScript P2P API.
|
| +const char kEnableP2PApi[] = "enable-p2papi";
|
| +
|
| // Enable speculative TCP/IP preconnection.
|
| const char kEnablePreconnect[] = "enable-preconnect";
|
|
|
|
|