Index: chrome/browser/shell_integration.cc |
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc |
index cdaef42e2d4a758601abf3ccf8907ddfe6dc8277..6780c25d12bf7b028c327479ac8d8f0d719cda6d 100644 |
--- a/chrome/browser/shell_integration.cc |
+++ b/chrome/browser/shell_integration.cc |
@@ -15,8 +15,7 @@ |
#include "chrome/common/pref_names.h" |
#include "content/browser/browser_thread.h" |
-bool ShellIntegration::CanSetAsDefaultProtocolClient( |
- const std::string& protocol) { |
+bool ShellIntegration::CanSetAsDefaultProtocolClient() { |
// Allowed as long as the browser can become the operating system default |
// browser. |
return CanSetAsDefaultBrowser(); |