| Index: content/browser/frame_host/mixed_content_navigation_throttle.h | 
| diff --git a/content/browser/frame_host/mixed_content_navigation_throttle.h b/content/browser/frame_host/mixed_content_navigation_throttle.h | 
| index 0ce145df705d06fe2abe68b72f3dab1cf7a3c7eb..2313a7d41b0adc59a85c56a111e4d931741ab167 100644 | 
| --- a/content/browser/frame_host/mixed_content_navigation_throttle.h | 
| +++ b/content/browser/frame_host/mixed_content_navigation_throttle.h | 
| @@ -46,6 +46,7 @@ class MixedContentNavigationThrottle : public NavigationThrottle { | 
| ThrottleCheckResult WillStartRequest() override; | 
| ThrottleCheckResult WillRedirectRequest() override; | 
| ThrottleCheckResult WillProcessResponse() override; | 
| +  const char* GetNameForLogging() override; | 
|  | 
| private: | 
| FRIEND_TEST_ALL_PREFIXES(MixedContentNavigationThrottleTest, IsMixedContent); | 
|  |