| Index: chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| index ea3def512c3422bd43bd0beb72128343a0347d08..d03deec6d724d1d407ed264ef6783bbb3383dc05 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| @@ -154,7 +154,7 @@ class FakeProtocolClientWorker
|
| : shell_integration::IS_DEFAULT;
|
| }
|
|
|
| - AttemptResult SetAsDefaultImpl() override { return AttemptResult::SUCCESS; }
|
| + void SetAsDefaultImpl() override {}
|
|
|
| private:
|
| bool force_failure_;
|
|
|