Index: trunk/src/content/public/common/bindings_policy.h |
=================================================================== |
--- trunk/src/content/public/common/bindings_policy.h (revision 202661) |
+++ trunk/src/content/public/common/bindings_policy.h (working copy) |
@@ -20,11 +20,6 @@ |
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, |
- |
}; |
} |