| 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 5161b0ce25d21952a2a7bc578f8f8d3784cda503..7089a70b065d1a18c51dd92f201b780b5d12c45c 100644 | 
| --- a/content/browser/frame_host/ancestor_throttle.h | 
| +++ b/content/browser/frame_host/ancestor_throttle.h | 
| @@ -41,6 +41,7 @@ class CONTENT_EXPORT AncestorThrottle : public NavigationThrottle { | 
| NavigationThrottle::ThrottleCheckResult WillStartRequest() override; | 
| NavigationThrottle::ThrottleCheckResult WillRedirectRequest() override; | 
| NavigationThrottle::ThrottleCheckResult WillProcessResponse() override; | 
| +  const char* GetNameForLogging() override; | 
|  | 
| private: | 
| FRIEND_TEST_ALL_PREFIXES(AncestorThrottleTest, ParsingXFrameOptions); | 
|  |