1 // Copyright (c) 2012 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 // This file defines dummy implementation of several functions from the
6 // BrowserDistribution class for Google Chrome. These functions allow 64-bit
7 // Windows Chrome binary to build successfully. Since this binary is only used
8 // for Native Client support, most of the install/uninstall functionality is not
11 #include "chrome/installer/util/google_chrome_distribution.h"
15 #include "base/files/file_path.h"
16 #include "base/logging.h"
17 #include "base/values.h"
19 GoogleChromeDistribution::GoogleChromeDistribution()
20 : BrowserDistribution(CHROME_BROWSER
) {
23 void GoogleChromeDistribution::DoPostUninstallOperations(
24 const Version
& version
,
25 const base::FilePath
& local_data_path
,
26 const string16
& distribution_data
) {
29 string16
GoogleChromeDistribution::GetActiveSetupGuid() {
34 string16
GoogleChromeDistribution::GetAppGuid() {
39 string16
GoogleChromeDistribution::GetBaseAppName() {
44 string16
GoogleChromeDistribution::GetAppShortCutName() {
49 string16
GoogleChromeDistribution::GetAlternateApplicationName() {
54 string16
GoogleChromeDistribution::GetBaseAppId() {
59 string16
GoogleChromeDistribution::GetInstallSubDir() {
64 string16
GoogleChromeDistribution::GetPublisherName() {
69 string16
GoogleChromeDistribution::GetAppDescription() {
74 std::string
GoogleChromeDistribution::GetSafeBrowsingName() {
79 string16
GoogleChromeDistribution::GetStateKey() {
84 string16
GoogleChromeDistribution::GetStateMediumKey() {
89 std::string
GoogleChromeDistribution::GetNetworkStatsServer() const {
94 std::string
GoogleChromeDistribution::GetHttpPipeliningTestServer() const {
99 string16
GoogleChromeDistribution::GetDistributionData(HKEY root_key
) {
104 string16
GoogleChromeDistribution::GetUninstallLinkName() {
109 string16
GoogleChromeDistribution::GetUninstallRegPath() {
114 string16
GoogleChromeDistribution::GetVersionKey() {
119 string16
GoogleChromeDistribution::GetIconFilename() {
124 bool GoogleChromeDistribution::GetCommandExecuteImplClsid(
125 string16
* handler_class_uuid
) {
130 bool GoogleChromeDistribution::AppHostIsSupported() {
135 void GoogleChromeDistribution::UpdateInstallStatus(bool system_install
,
136 installer::ArchiveType archive_type
,
137 installer::InstallStatus install_status
) {
141 bool GoogleChromeDistribution::ShouldSetExperimentLabels() {
146 bool GoogleChromeDistribution::HasUserExperiments() {