| 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 67820c402177eee6e06b52d8eef425b10afb4806..f5afb11c38b3c691e955ca17ad5a689ec77d3f19 100644
|
| --- a/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| +++ b/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc
|
| @@ -117,6 +117,8 @@ class FakeProtocolClientWorker
|
| force_failure_(force_failure) {}
|
|
|
| private:
|
| + virtual ~FakeProtocolClientWorker() {}
|
| +
|
| virtual ShellIntegration::DefaultWebClientState CheckIsDefault() {
|
| if (force_failure_) {
|
| return ShellIntegration::NOT_DEFAULT_WEB_CLIENT;
|
|
|