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

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

Issue 2049363003: Adds support for headless chrome embedder mojo services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 months 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
« no previous file with comments | « no previous file | content/renderer/mojo_bindings_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/bindings_policy.h
diff --git a/content/public/common/bindings_policy.h b/content/public/common/bindings_policy.h
index ee3b0e87efded12a71fb718dbe1dd81e3b7c6909..993c8201173ab15d5de25aa3137485b3f283ba03 100644
--- a/content/public/common/bindings_policy.h
+++ b/content/public/common/bindings_policy.h
@@ -32,7 +32,9 @@ enum BindingsPolicy {
// normal web contents and are intended only for use with WebUI and layout
// tests.
BINDINGS_POLICY_MOJO = 1 << 3,
-
+ // Similar to BINDINGS_POLICY_MOJO except it's intended for use by
+ // HeadlessWebContents.
+ BINDINGS_POLICY_HEADLESS = 1 << 4,
};
}
« no previous file with comments | « no previous file | content/renderer/mojo_bindings_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698