Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1121)

Unified Diff: content/public/common/bindings_policy.h

Issue 1470823002: Enable builtin Mojo JS modules in layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@usb-testing
Patch Set: self review Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
};

Powered by Google App Engine
This is Rietveld 408576698