summaryrefslogtreecommitdiffstats
path: root/content/public/common/bindings_policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/bindings_policy.h')
-rw-r--r--content/public/common/bindings_policy.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/public/common/bindings_policy.h b/content/public/common/bindings_policy.h
index 8c8a743..140cef3 100644
--- a/content/public/common/bindings_policy.h
+++ b/content/public/common/bindings_policy.h
@@ -20,11 +20,6 @@ enum BindingsPolicy {
BINDINGS_POLICY_DOM_AUTOMATION = 1 << 1,
// Bindings that allow access to the external host (through automation).
BINDINGS_POLICY_EXTERNAL_HOST = 1 << 2,
- // Bindings that allows the JS content to retrieve a variety of internal
- // metrics. (By default this isn't allowed unless the app has been started up
- // with the --enable-stats-collection-bindings switch.)
- BINDINGS_POLICY_STATS_COLLECTION = 1 << 3,
-
};
}