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

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

Issue 1321143002: Make GetCommandExecuteImplClsid return the CLSID as a string directly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_no_delegate_execute_win10
Patch Set: review:grt Created 5 years, 3 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 the browser distribution with a specific implementation 5 // This file extends the browser distribution with a specific implementation
6 // for Chrome Frame. 6 // for Chrome Frame.
7 7
8 #ifndef CHROME_INSTALLER_UTIL_CHROME_FRAME_DISTRIBUTION_H_ 8 #ifndef CHROME_INSTALLER_UTIL_CHROME_FRAME_DISTRIBUTION_H_
9 #define CHROME_INSTALLER_UTIL_CHROME_FRAME_DISTRIBUTION_H_ 9 #define CHROME_INSTALLER_UTIL_CHROME_FRAME_DISTRIBUTION_H_
10 10
(...skipping 25 matching lines...) Expand all
36 std::string GetSafeBrowsingName() override; 36 std::string GetSafeBrowsingName() override;
37 37
38 base::string16 GetUninstallRegPath() override; 38 base::string16 GetUninstallRegPath() override;
39 39
40 base::string16 GetIconFilename() override; 40 base::string16 GetIconFilename() override;
41 41
42 DefaultBrowserControlPolicy GetDefaultBrowserControlPolicy() override; 42 DefaultBrowserControlPolicy GetDefaultBrowserControlPolicy() override;
43 43
44 bool CanCreateDesktopShortcuts() override; 44 bool CanCreateDesktopShortcuts() override;
45 45
46 bool GetCommandExecuteImplClsid(base::string16* handler_class_uuid) override; 46 base::string16 GetCommandExecuteImplClsid() override;
47 47
48 void UpdateInstallStatus(bool system_install, 48 void UpdateInstallStatus(bool system_install,
49 installer::ArchiveType archive_type, 49 installer::ArchiveType archive_type,
50 installer::InstallStatus install_status) override; 50 installer::InstallStatus install_status) override;
51 51
52 protected: 52 protected:
53 friend class BrowserDistribution; 53 friend class BrowserDistribution;
54 54
55 // Disallow construction from non-friends. 55 // Disallow construction from non-friends.
56 ChromeFrameDistribution(); 56 ChromeFrameDistribution();
57 }; 57 };
58 58
59 #endif // CHROME_INSTALLER_UTIL_CHROME_FRAME_DISTRIBUTION_H_ 59 #endif // CHROME_INSTALLER_UTIL_CHROME_FRAME_DISTRIBUTION_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/browser_distribution.cc ('k') | chrome/installer/util/chrome_frame_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698