| Index: content/browser/frame_host/data_url_navigation_throttle.h | 
| diff --git a/content/browser/frame_host/data_url_navigation_throttle.h b/content/browser/frame_host/data_url_navigation_throttle.h | 
| index 2234ee619c29193319c07d2a241599d05e95c723..14a2038e74ea47f2f5ce08253402ce8ead3bd7b3 100644 | 
| --- a/content/browser/frame_host/data_url_navigation_throttle.h | 
| +++ b/content/browser/frame_host/data_url_navigation_throttle.h | 
| @@ -19,6 +19,7 @@ class DataUrlNavigationThrottle : public NavigationThrottle { | 
|  | 
| // NavigationThrottle method: | 
| ThrottleCheckResult WillProcessResponse() override; | 
| +  const char* GetNameForLogging() override; | 
|  | 
| static std::unique_ptr<NavigationThrottle> CreateThrottleForNavigation( | 
| NavigationHandle* navigation_handle); | 
|  |