| Index: net/base/load_flags_list.h
|
| ===================================================================
|
| --- net/base/load_flags_list.h (revision 120359)
|
| +++ net/base/load_flags_list.h (working copy)
|
| @@ -114,3 +114,7 @@
|
| // explicit user action. This can be used as a hint to treat the
|
| // request with higher priority.
|
| LOAD_FLAG(MAYBE_USER_GESTURE, 1 << 26)
|
| +
|
| +// Allow identity as embedded in the user:pass@ fields of an URL to be used to
|
| +// satisfy HTTP auth challenges. This is strongly discouraged.
|
| +LOAD_FLAG(ENABLE_EMBEDDED_IDENTITY, 1 << 27)
|
|
|