summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 01:40:49 +0000
committermdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 01:40:49 +0000
commitb7e4c20693bf0fd0a55d471695033c940d5ae711 (patch)
tree53210332e6754a2e6d11588bd82b9c071d22b3c5
parent86738bc561ca64590e62fd5fd89936a8d527cda0 (diff)
downloadchromium_src-b7e4c20693bf0fd0a55d471695033c940d5ae711.zip
chromium_src-b7e4c20693bf0fd0a55d471695033c940d5ae711.tar.gz
chromium_src-b7e4c20693bf0fd0a55d471695033c940d5ae711.tar.bz2
Fix OS_WINDOWS -> OS_WIN.
BUG=none TEST=none Review URL: http://codereview.chromium.org/194019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25412 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/external_protocol_handler.cc2
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,