| 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 d03deec6d724d1d407ed264ef6783bbb3383dc05..ea07eebfef94c9dc2535ac39c587b611ed644217 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| @@ -154,7 +154,9 @@ class FakeProtocolClientWorker
|
| : shell_integration::IS_DEFAULT;
|
| }
|
|
|
| - void SetAsDefaultImpl() override {}
|
| + void SetAsDefaultImpl(const base::Closure& on_finished_callback) override {
|
| + on_finished_callback.Run();
|
| + }
|
|
|
| private:
|
| bool force_failure_;
|
|
|