Index: content/public/common/bindings_policy.h |
diff --git a/content/public/common/bindings_policy.h b/content/public/common/bindings_policy.h |
index 140cef39c45e25de5052d1bba4da5db9ff25ba13..8c8a74356a25f569a3a1057c9679d9ccfe84bc02 100644 |
--- a/content/public/common/bindings_policy.h |
+++ b/content/public/common/bindings_policy.h |
@@ -20,6 +20,11 @@ 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, |
+ |
}; |
} |