diff options
-rw-r--r-- | chrome/browser/external_protocol_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/external_protocol_handler.cc b/chrome/browser/external_protocol_handler.cc index 7addc0a..e4e68f5 100644 --- a/chrome/browser/external_protocol_handler.cc +++ b/chrome/browser/external_protocol_handler.cc @@ -113,7 +113,7 @@ void ExternalProtocolHandler::LaunchUrl(const GURL& url, return; if (block_state == UNKNOWN) { -#if defined(OS_WINDOWS) || defined(TOOLKIT_GTK) +#if defined(OS_WIN) || defined(TOOLKIT_GTK) // Ask the user if they want to allow the protocol. This will call // LaunchUrlWithoutSecurityCheck if the user decides to accept the protocol. RunExternalProtocolDialog(escaped_url, |