| 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 1aac925915287ac0527a9c2e69d0c17390f8c694..2aa69559dfb2121763fb11fd4fcc6bcb71eb160d 100644
|
| --- a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
|
| +++ b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
|
| @@ -40,7 +40,7 @@ class FakeExternalProtocolHandlerDelegate
|
| os_state_(ShellIntegration::UNKNOWN_DEFAULT),
|
| has_launched_(false),
|
| has_prompted_(false),
|
| - has_blocked_ (false) {}
|
| + has_blocked_(false) {}
|
|
|
| ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
|
| ShellIntegration::DefaultWebClientObserver* observer,
|
| @@ -61,7 +61,10 @@ class FakeExternalProtocolHandlerDelegate
|
|
|
| void RunExternalProtocolDialog(const GURL& url,
|
| int render_process_host_id,
|
| - int routing_id) override {
|
| + int routing_id,
|
| + bool is_main_frame,
|
| + ui::PageTransition page_transition,
|
| + bool has_user_gesture) override {
|
| ASSERT_EQ(block_state_, ExternalProtocolHandler::UNKNOWN);
|
| ASSERT_NE(os_state_, ShellIntegration::IS_DEFAULT);
|
| has_prompted_ = true;
|
|
|