Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Side by Side Diff: chrome/installer/util/google_chrome_sxs_distribution.h

Issue 811283002: [Installer] Cleaning up dead code for App Launcher / App Host installs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment fix. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_ 5 #ifndef CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_
6 #define CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_ 6 #define CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_
7 7
8 #include "base/strings/string16.h" 8 #include "base/strings/string16.h"
9 #include "chrome/installer/util/browser_distribution.h" 9 #include "chrome/installer/util/browser_distribution.h"
10 #include "chrome/installer/util/google_chrome_distribution.h" 10 #include "chrome/installer/util/google_chrome_distribution.h"
(...skipping 15 matching lines...) Expand all
26 Subfolder subfolder_type) override; 26 Subfolder subfolder_type) override;
27 virtual base::string16 GetBaseAppId() override; 27 virtual base::string16 GetBaseAppId() override;
28 virtual base::string16 GetBrowserProgIdPrefix() override; 28 virtual base::string16 GetBrowserProgIdPrefix() override;
29 virtual base::string16 GetBrowserProgIdDesc() override; 29 virtual base::string16 GetBrowserProgIdDesc() override;
30 virtual base::string16 GetInstallSubDir() override; 30 virtual base::string16 GetInstallSubDir() override;
31 virtual base::string16 GetUninstallRegPath() override; 31 virtual base::string16 GetUninstallRegPath() override;
32 virtual DefaultBrowserControlPolicy GetDefaultBrowserControlPolicy() override; 32 virtual DefaultBrowserControlPolicy GetDefaultBrowserControlPolicy() override;
33 virtual bool GetChromeChannel(base::string16* channel) override; 33 virtual bool GetChromeChannel(base::string16* channel) override;
34 virtual bool GetCommandExecuteImplClsid( 34 virtual bool GetCommandExecuteImplClsid(
35 base::string16* handler_class_uuid) override; 35 base::string16* handler_class_uuid) override;
36 virtual bool AppHostIsSupported() override;
37 virtual bool ShouldSetExperimentLabels() override; 36 virtual bool ShouldSetExperimentLabels() override;
38 virtual bool HasUserExperiments() override; 37 virtual bool HasUserExperiments() override;
39 // returns the channel name for GoogleChromeSxSDistribution 38 // returns the channel name for GoogleChromeSxSDistribution
40 static base::string16 ChannelName(); 39 static base::string16 ChannelName();
41 private: 40 private:
42 friend class BrowserDistribution; 41 friend class BrowserDistribution;
43 42
44 // Disallow construction from non-friends. 43 // Disallow construction from non-friends.
45 GoogleChromeSxSDistribution(); 44 GoogleChromeSxSDistribution();
46 }; 45 };
47 46
48 #endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_ 47 #endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/google_chrome_distribution_dummy.cc ('k') | chrome/installer/util/google_chrome_sxs_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698