| Index: content/browser/frame_host/data_url_navigation_throttle.cc
|
| diff --git a/content/browser/frame_host/data_url_navigation_throttle.cc b/content/browser/frame_host/data_url_navigation_throttle.cc
|
| index b2a958a4ef80ac3e307aa783593b5690358186a2..60526be7d2d221a9fe92826721c3b39453dbd55a 100644
|
| --- a/content/browser/frame_host/data_url_navigation_throttle.cc
|
| +++ b/content/browser/frame_host/data_url_navigation_throttle.cc
|
| @@ -44,6 +44,10 @@ DataUrlNavigationThrottle::WillProcessResponse() {
|
| return CANCEL;
|
| }
|
|
|
| +const char* DataUrlNavigationThrottle::GetNameForLogging() {
|
| + return "DataUrlNavigationThrottle";
|
| +}
|
| +
|
| // static
|
| std::unique_ptr<NavigationThrottle>
|
| DataUrlNavigationThrottle::CreateThrottleForNavigation(
|
|
|