| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 0be38c87f7b001b19993545f041c58520605c208..60be9b6076e498134851cdd6c0d5444b25ede8c8 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";
|
|
|
|
|