summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration.h
diff options
context:
space:
mode:
authorbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-18 02:25:31 +0000
committerbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-18 02:25:31 +0000
commit5e3e0963e07c653f31fd5b57f5de596f4a0863e7 (patch)
treea3c72e899a39250c0cd975b5616d9fbcccb8a160 /chrome/browser/shell_integration.h
parent3292f537c09512d8d99cdf8e11366fed419ca6a0 (diff)
downloadchromium_src-5e3e0963e07c653f31fd5b57f5de596f4a0863e7.zip
chromium_src-5e3e0963e07c653f31fd5b57f5de596f4a0863e7.tar.gz
chromium_src-5e3e0963e07c653f31fd5b57f5de596f4a0863e7.tar.bz2
Canary versions no longer always remove protocol handlers at startup.
Canary versions no longer check OS registration at startup as they cannot make themselves the default OS handler. BUG=88196 TEST=Manual Review URL: http://codereview.chromium.org/7388009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r--chrome/browser/shell_integration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index 7c109da..62238d7 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -38,8 +38,8 @@ class ShellIntegration {
static bool CanSetAsDefaultBrowser();
// Returns true if the running browser can be set as the default client
- // application for the given protocol.
- static bool CanSetAsDefaultProtocolClient(const std::string& protocol);
+ // application for specific protocols.
+ static bool CanSetAsDefaultProtocolClient();
// On Linux, it may not be possible to determine or set the default browser
// on some desktop environments or configurations. So, we use this enum and