summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ebec71a..0ec0912 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -245,17 +245,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kDisableInteractiveFormValidation)
},
{
- "p2papi",
- IDS_FLAGS_P2P_API_NAME,
- IDS_FLAGS_P2P_API_DESCRIPTION,
- kOsAll,
-#if defined(ENABLE_P2P_APIS)
- SINGLE_VALUE_TYPE(switches::kEnableP2PApi)
-#else
- SINGLE_VALUE_TYPE("")
-#endif
- },
- {
"focus-existing-tab-on-open", // FLAGS:RECORD_UMA
IDS_FLAGS_FOCUS_EXISTING_TAB_ON_OPEN_NAME,
IDS_FLAGS_FOCUS_EXISTING_TAB_ON_OPEN_DESCRIPTION,