| Index: chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.cc | 
| diff --git a/chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.cc b/chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.cc | 
| index fbe3db02dbf222585d133ea812f3ab5415079f9c..500b9b0c4e6f6c627340b28bdbe77331a17aa954 100644 | 
| --- a/chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.cc | 
| +++ b/chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.cc | 
| @@ -97,6 +97,10 @@ ArcNavigationThrottle::ArcNavigationThrottle( | 
|  | 
| ArcNavigationThrottle::~ArcNavigationThrottle() = default; | 
|  | 
| +const char* ArcNavigationThrottle::GetNameForLogging() { | 
| +  return "ArcNavigationThrottle"; | 
| +} | 
| + | 
| content::NavigationThrottle::ThrottleCheckResult | 
| ArcNavigationThrottle::WillStartRequest() { | 
| DCHECK_CURRENTLY_ON(content::BrowserThread::UI); | 
|  |