| 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,
|
| };
|
|
|
| }
|
|
|