| Index: content/browser/frame_host/ancestor_throttle.h
|
| diff --git a/content/browser/frame_host/ancestor_throttle.h b/content/browser/frame_host/ancestor_throttle.h
|
| index 2d13328c4608f85bfd5b1c47e4b266aa122868ea..47ed415baec1aa11a585504d0feead9be97f99ef 100644
|
| --- a/content/browser/frame_host/ancestor_throttle.h
|
| +++ b/content/browser/frame_host/ancestor_throttle.h
|
| @@ -49,6 +49,7 @@ class CONTENT_EXPORT AncestorThrottle : public NavigationThrottle {
|
| FRIEND_TEST_ALL_PREFIXES(AncestorThrottleTest, ErrorsParsingXFrameOptions);
|
| FRIEND_TEST_ALL_PREFIXES(AncestorThrottleTest,
|
| IgnoreWhenFrameAncestorsPresent);
|
| + FRIEND_TEST_ALL_PREFIXES(AncestorThrottleTest, IgnoreWhenAttachment);
|
|
|
| void ParseError(const std::string& value, HeaderDisposition disposition);
|
| void ConsoleError(HeaderDisposition disposition);
|
|
|