Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4963)

Unified Diff: chrome/browser/external_protocol/external_protocol_handler_unittest.cc

Issue 2538353002: fix external protocol handling for OOPIFs (Closed)
Patch Set: remove unnecessary include Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4003a4e9c10bedfe4f5bc92d1a5eacf3badd56a9..e0c29f4d714b3dbbe6c3d7de2c6551cd9a6bd33d 100644
--- a/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
+++ b/chrome/browser/external_protocol/external_protocol_handler_unittest.cc
@@ -73,7 +73,9 @@ class FakeExternalProtocolHandlerDelegate
has_prompted_ = true;
}
- void LaunchUrlWithoutSecurityCheck(const GURL& url) override {
+ void LaunchUrlWithoutSecurityCheck(
+ const GURL& url,
+ content::WebContents* web_contents) override {
ASSERT_EQ(block_state_, ExternalProtocolHandler::DONT_BLOCK);
ASSERT_NE(os_state_, shell_integration::IS_DEFAULT);
has_launched_ = true;

Powered by Google App Engine
This is Rietveld 408576698