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

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

Issue 6288009: More installer refactoring in the interest of fixing some bugs and cleaning t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #pragma once 7 #pragma once
8 8
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 14 matching lines...) Expand all
25 public: 25 public:
26 virtual std::wstring GetAppShortCutName(); 26 virtual std::wstring GetAppShortCutName();
27 virtual std::wstring GetBrowserAppId(); 27 virtual std::wstring GetBrowserAppId();
28 virtual std::wstring GetInstallSubDir(); 28 virtual std::wstring GetInstallSubDir();
29 virtual std::wstring GetUninstallRegPath(); 29 virtual std::wstring GetUninstallRegPath();
30 virtual bool CanSetAsDefault(); 30 virtual bool CanSetAsDefault();
31 virtual int GetIconIndex(); 31 virtual int GetIconIndex();
32 virtual bool GetChromeChannel(std::wstring* channel); 32 virtual bool GetChromeChannel(std::wstring* channel);
33 // returns the channel name for GoogleChromeSxSDistribution 33 // returns the channel name for GoogleChromeSxSDistribution
34 static std::wstring ChannelName(); 34 static std::wstring ChannelName();
35 virtual void AppendUninstallCommandLineFlags(CommandLine* cmd_line);
36 private: 35 private:
37 friend class BrowserDistribution; 36 friend class BrowserDistribution;
38 37
39 // Disallow construction from non-friends. 38 // Disallow construction from non-friends.
40 explicit GoogleChromeSxSDistribution( 39 GoogleChromeSxSDistribution();
41 const installer::MasterPreferences& prefs);
42 }; 40 };
43 41
44 #endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_ 42 #endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_SXS_DISTRIBUTION_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/google_chrome_distribution_unittest.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