diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-21 02:42:56 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-21 02:42:56 +0000 |
commit | f8bd599c36b196cf8a2c342cc090c3ce9892f29e (patch) | |
tree | 925826f5c35a229351fa384c3a7953a0814f50bc /chrome/installer/util/browser_distribution.h | |
parent | 8d7a874ee218f2e33135dd120b7ff7c8d94ed9f6 (diff) | |
download | chromium_src-f8bd599c36b196cf8a2c342cc090c3ce9892f29e.zip chromium_src-f8bd599c36b196cf8a2c342cc090c3ce9892f29e.tar.gz chromium_src-f8bd599c36b196cf8a2c342cc090c3ce9892f29e.tar.bz2 |
HKCR/ChromeHTML Win8 registry requirements
This CL also takes care of adding necessary registry entry for DelegateExecute to open Metro mode in Windows 8 (as well as packaging the necessary new files and installing them in the correct places).
BUG=119242
TEST=Verify all necessary prog id registry keys are correctly placed on a Win8 install.
Verify DelegateExecute binaries, pngs, and VisualElementsManifest.xml land where they belond after running the installer.
Review URL: http://codereview.chromium.org/9918012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133333 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/browser_distribution.h')
-rw-r--r-- | chrome/installer/util/browser_distribution.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h index 060c386..e62e030 100644 --- a/chrome/installer/util/browser_distribution.h +++ b/chrome/installer/util/browser_distribution.h @@ -121,6 +121,7 @@ class BrowserDistribution { // |handler_class_uuid| is the CommandExecuteImpl class UUID. // |type_lib_uuid| and |type_lib_version| identify its type library. // |interface_uuid| is the ICommandExecuteImpl interface UUID. + // Only non-null parameters will be set, others will be ignored. virtual bool GetDelegateExecuteHandlerData(string16* handler_class_uuid, string16* type_lib_uuid, string16* type_lib_version, |