Chromium Code Reviews| 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..607941fa072eb850060cd9da5c0f3b95a803c315 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) { |
|
grt (UTC plus 2)
2012/06/18 19:19:13
add OVERRIDE while you're here
motek.
2012/06/19 18:06:44
Done.
|
| + return ShellIntegration::RESULT_SET_DEFAULT_OK; |
| + } |
| ShellIntegration::DefaultWebClientState os_state_; |
| }; |