Index: content/public/common/bindings_policy.h |
diff --git a/content/public/common/bindings_policy.h b/content/public/common/bindings_policy.h |
index 9a4745c4295cff5094e4030fdbdab723c6af1441..f843ab97833335b9e0c7cc56b1359feeb794cbc2 100644 |
--- a/content/public/common/bindings_policy.h |
+++ b/content/public/common/bindings_policy.h |
@@ -22,6 +22,9 @@ enum BindingsPolicy { |
// 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 << 2, |
+ // Bindings that allows the JS context to access Mojo EDK modules and use a |
Charlie Reis
2016/01/15 01:26:51
Please elaborate what EDK means in the comment. I
Ken Rockot(use gerrit already)
2016/01/24 23:03:51
Done.
|
+ // ServiceRegistry to connect to browser or test Mojo services. |
+ BINDINGS_POLICY_MOJO = 1 << 3, |
}; |