1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/shell_integration.h"
8 ShellIntegration::DefaultWebClientSetPermission
9 ShellIntegration::CanSetAsDefaultBrowser() {
10 return SET_DEFAULT_NOT_ALLOWED
;
14 bool ShellIntegration::SetAsDefaultBrowser() {
19 bool ShellIntegration::SetAsDefaultProtocolClient(const std::string
& protocol
) {
24 ShellIntegration::DefaultWebClientState
ShellIntegration::GetDefaultBrowser() {
25 return UNKNOWN_DEFAULT
;
29 ShellIntegration::DefaultWebClientState
30 ShellIntegration::IsDefaultProtocolClient(const std::string
& protocol
) {
31 return UNKNOWN_DEFAULT
;
35 bool ShellIntegration::IsFirefoxDefaultBrowser() {