| Index: chrome/browser/supervised_user/supervised_user_navigation_throttle.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_navigation_throttle.h b/chrome/browser/supervised_user/supervised_user_navigation_throttle.h
|
| index f1118214bc60545017e609e44a7ab012c332942d..f97163aa5f0892e748aedb962aa0ab51edeead0a 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_navigation_throttle.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_navigation_throttle.h
|
| @@ -27,6 +27,7 @@ class SupervisedUserNavigationThrottle : public content::NavigationThrottle {
|
| // content::NavigationThrottle implementation:
|
| ThrottleCheckResult WillStartRequest() override;
|
| ThrottleCheckResult WillRedirectRequest() override;
|
| + const char* GetNameForLogging() override;
|
|
|
| private:
|
| SupervisedUserNavigationThrottle(
|
|
|