| Index: content/browser/devtools/page_navigation_throttle.h | 
| diff --git a/content/browser/devtools/page_navigation_throttle.h b/content/browser/devtools/page_navigation_throttle.h | 
| index 3cdc11f4a713320257c7055afac9b0822f35d290..2dad7ddf36d03fb05be8d5b466cff66593703de3 100644 | 
| --- a/content/browser/devtools/page_navigation_throttle.h | 
| +++ b/content/browser/devtools/page_navigation_throttle.h | 
| @@ -26,6 +26,7 @@ class PageNavigationThrottle : public content::NavigationThrottle { | 
| // content::NavigationThrottle implementation: | 
| NavigationThrottle::ThrottleCheckResult WillStartRequest() override; | 
| NavigationThrottle::ThrottleCheckResult WillRedirectRequest() override; | 
| +  const char* GetNameForLogging() override; | 
|  | 
| int navigation_id() const { return navigation_id_; } | 
|  | 
|  |