Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 13810ce08f623c2c1ff8acd62a339950bfff3a41..65c47a26a363cd7fc710368e4f50f397b2006e67 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -569,8 +569,11 @@ const char kEnableRemoting[] = "enable-remoting"; |
const char kEnableResourceContentSettings[] = |
"enable-resource-content-settings"; |
+// Enable Pepper and JavaScript P2P API. |
+const char kEnableP2PApi[] = "enable-p2papi"; |
+ |
// Enable panels (always on-top docked pop-up windows). |
-const char kEnablePanels[] = "enable-panels"; |
+const char kEnablePanels[] = "enable-panels"; |
// Enable speculative TCP/IP preconnection. |
const char kEnablePreconnect[] = "enable-preconnect"; |