summaryrefslogtreecommitdiffstats
path: root/win8/delegate_execute/command_execute_impl.rgs
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-07 19:17:08 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-07 19:17:08 +0000
commit5b963d0f04a1e4baf5bf9a371890bbb698520f7d (patch)
tree9c020c289fa550d28b6b67789ee199a77ef759fb /win8/delegate_execute/command_execute_impl.rgs
parentd13928d51c251bdcc76b961c1ad8bb9339da9917 (diff)
downloadchromium_src-5b963d0f04a1e4baf5bf9a371890bbb698520f7d.zip
chromium_src-5b963d0f04a1e4baf5bf9a371890bbb698520f7d.tar.gz
chromium_src-5b963d0f04a1e4baf5bf9a371890bbb698520f7d.tar.bz2
Integrate the Windows 8 code into the Chromium tree (take 2).
This time, also: fix invalid path in metro_driver.gyp. Also, set executable bit on check_sdk_patch.py and post_build.bat. This reverts "Revert 155429 - Integrate the Windows 8 code into the Chromium tree." Original CL: https://chromiumcodereview.appspot.com/10875008 BUG=127799 TEST=A Chromium build can run as the immersive browser on Windows 8. TBR=ben Review URL: https://chromiumcodereview.appspot.com/10912152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8/delegate_execute/command_execute_impl.rgs')
-rw-r--r--win8/delegate_execute/command_execute_impl.rgs10
1 files changed, 10 insertions, 0 deletions
diff --git a/win8/delegate_execute/command_execute_impl.rgs b/win8/delegate_execute/command_execute_impl.rgs
new file mode 100644
index 0000000..4f1aba3
--- /dev/null
+++ b/win8/delegate_execute/command_execute_impl.rgs
@@ -0,0 +1,10 @@
+HKCR {
+ NoRemove CLSID {
+ ForceRemove '%DELEGATE_EXECUTE_CLSID%' = s 'CommandExecuteImpl Class' {
+ ForceRemove Programmable
+ LocalServer32 = s '%MODULE%' {
+ val ServerExecutable = s '%MODULE_RAW%'
+ }
+ }
+ }
+}