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

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

Issue 1926403002: Remove BrowserDistribution::SHORTCUT_APP_LAUNCHER (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160406-Mac-EnableAppLauncher0
Patch Set: lint headers Created 4 years, 7 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 // This file extends generic BrowserDistribution class to declare Google Chrome 5 // This file extends generic BrowserDistribution class to declare Google Chrome
6 // specific implementation. 6 // specific implementation.
7 7
8 #ifndef CHROME_INSTALLER_UTIL_GOOGLE_CHROME_DISTRIBUTION_H_ 8 #ifndef CHROME_INSTALLER_UTIL_GOOGLE_CHROME_DISTRIBUTION_H_
9 #define CHROME_INSTALLER_UTIL_GOOGLE_CHROME_DISTRIBUTION_H_ 9 #define CHROME_INSTALLER_UTIL_GOOGLE_CHROME_DISTRIBUTION_H_
10 10
(...skipping 17 matching lines...) Expand all
28 // distribution_data contains Google Update related data that will be 28 // distribution_data contains Google Update related data that will be
29 // concatenated to the survey url if the file in local_data_path indicates 29 // concatenated to the survey url if the file in local_data_path indicates
30 // the user has opted in to providing anonymous usage data. 30 // the user has opted in to providing anonymous usage data.
31 void DoPostUninstallOperations( 31 void DoPostUninstallOperations(
32 const Version& version, 32 const Version& version,
33 const base::FilePath& local_data_path, 33 const base::FilePath& local_data_path,
34 const base::string16& distribution_data) override; 34 const base::string16& distribution_data) override;
35 35
36 base::string16 GetActiveSetupGuid() override; 36 base::string16 GetActiveSetupGuid() override;
37 37
38 base::string16 GetShortcutName(ShortcutType shortcut_type) override; 38 base::string16 GetShortcutName() override;
39 39
40 base::string16 GetIconFilename() override; 40 base::string16 GetIconFilename() override;
41 41
42 int GetIconIndex(ShortcutType shortcut_type) override; 42 int GetIconIndex() override;
43 43
44 base::string16 GetBaseAppName() override; 44 base::string16 GetBaseAppName() override;
45 45
46 base::string16 GetBaseAppId() override; 46 base::string16 GetBaseAppId() override;
47 47
48 base::string16 GetBrowserProgIdPrefix() override; 48 base::string16 GetBrowserProgIdPrefix() override;
49 49
50 base::string16 GetBrowserProgIdDesc() override; 50 base::string16 GetBrowserProgIdDesc() override;
51 51
52 base::string16 GetInstallSubDir() override; 52 base::string16 GetInstallSubDir() override;
(...skipping 27 matching lines...) Expand all
80 GoogleChromeDistribution(); 80 GoogleChromeDistribution();
81 81
82 explicit GoogleChromeDistribution( 82 explicit GoogleChromeDistribution(
83 std::unique_ptr<AppRegistrationData> app_reg_data); 83 std::unique_ptr<AppRegistrationData> app_reg_data);
84 84
85 private: 85 private:
86 friend class BrowserDistribution; 86 friend class BrowserDistribution;
87 }; 87 };
88 88
89 #endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_DISTRIBUTION_H_ 89 #endif // CHROME_INSTALLER_UTIL_GOOGLE_CHROME_DISTRIBUTION_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/google_chrome_binaries_distribution.cc ('k') | chrome/installer/util/google_chrome_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698