| Index: content/public/test/browser_test_utils.cc
|
| diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc
|
| index 9e8359c59c6f26097a73b923a3377d5cc46df7e5..d0ef77d38ae22d3c83a77727530e4c66da9c998d 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -347,6 +347,10 @@ class TestNavigationManagerThrottle : public NavigationThrottle {
|
| on_will_process_response_closure_(on_will_process_response_closure) {}
|
| ~TestNavigationManagerThrottle() override {}
|
|
|
| + const char* GetNameForLogging() override {
|
| + return "TestNavigationManagerThrottle";
|
| + }
|
| +
|
| private:
|
| // NavigationThrottle:
|
| NavigationThrottle::ThrottleCheckResult WillStartRequest() override {
|
|
|