| Index: chrome/browser/external_protocol/external_protocol_handler_unittest.cc
|
| diff --git a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
|
| index eba808d7a14fad52cd5807e6ea6bccae0ddeb8b6..41539b80c131c7d134b1561fde97d0a5d79f9c60 100644
|
| --- a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
|
| +++ b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
|
| @@ -27,7 +27,10 @@ class FakeExternalProtocolHandlerWorker
|
| return os_state_;
|
| }
|
|
|
| - virtual void SetAsDefault(bool interactive_permitted) {}
|
| + virtual ShellIntegration::SetDefaultWebClientResult
|
| + SetAsDefault(bool interactive_permitted) OVERRIDE {
|
| + return ShellIntegration::RESULT_SET_DEFAULT_OK;
|
| + }
|
|
|
| ShellIntegration::DefaultWebClientState os_state_;
|
| };
|
|
|