| Index: content/browser/frame_host/navigation_handle_impl_browsertest.cc
|
| diff --git a/content/browser/frame_host/navigation_handle_impl_browsertest.cc b/content/browser/frame_host/navigation_handle_impl_browsertest.cc
|
| index cfab72949f7efe7eb83b529aaa595cb1c9bba8ec..64a6b3bfc22750b1e1fe9ee6cb43ee766e838627 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl_browsertest.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl_browsertest.cc
|
| @@ -139,6 +139,8 @@ class TestNavigationThrottle : public NavigationThrottle {
|
| did_call_will_process_(did_call_will_process) {}
|
| ~TestNavigationThrottle() override {}
|
|
|
| + const char* GetNameForLogging() override { return "TestNavigationThrottle"; }
|
| +
|
| void Resume() { navigation_handle()->Resume(); }
|
|
|
| RequestContextType request_context_type() { return request_context_type_; }
|
|
|