| Index: components/navigation_interception/intercept_navigation_throttle.h
|
| diff --git a/components/navigation_interception/intercept_navigation_throttle.h b/components/navigation_interception/intercept_navigation_throttle.h
|
| index b70c007e0d68d7de82a77767185fc4ecbe252ff7..d8aee3458f80c983e30b103fab9ce4187629c8a1 100644
|
| --- a/components/navigation_interception/intercept_navigation_throttle.h
|
| +++ b/components/navigation_interception/intercept_navigation_throttle.h
|
| @@ -37,6 +37,7 @@ class InterceptNavigationThrottle : public content::NavigationThrottle {
|
| // content::NavigationThrottle implementation:
|
| ThrottleCheckResult WillStartRequest() override;
|
| ThrottleCheckResult WillRedirectRequest() override;
|
| + const char* GetNameForLogging() override;
|
|
|
| private:
|
| ThrottleCheckResult CheckIfShouldIgnoreNavigation(bool is_redirect);
|
|
|