| Index: chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc | 
| diff --git a/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc b/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc | 
| index 45b85fdb77ef246ee8ff3e2ff988c11cae2560a4..1931a03bb52b1fa2c54490c780cdf0b71460b6e7 100644 | 
| --- a/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc | 
| +++ b/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc | 
| @@ -57,6 +57,10 @@ SupervisedUserGoogleAuthNavigationThrottle::WillRedirectRequest() { | 
| return WillStartOrRedirectRequest(); | 
| } | 
|  | 
| +const char* SupervisedUserGoogleAuthNavigationThrottle::GetNameForLogging() { | 
| +  return "SupervisedUserGoogleAuthNavigationThrottle"; | 
| +} | 
| + | 
| content::NavigationThrottle::ThrottleCheckResult | 
| SupervisedUserGoogleAuthNavigationThrottle::WillStartOrRedirectRequest() { | 
| const GURL& url = navigation_handle()->GetURL(); | 
|  |