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

Side by Side Diff: chrome_frame/chrome_frame_elevation.rgs

Issue 7976045: Fix in-use updates for Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sanity check before dcommit Created 9 years, 2 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
« no previous file with comments | « chrome_frame/chrome_frame_activex.rgs ('k') | chrome_frame/chrome_tab.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 %HIVE% { 1 %HIVE% {
2 NoRemove Software { 2 NoRemove Software {
3 NoRemove Microsoft { 3 NoRemove Microsoft {
4 NoRemove 'Internet Explorer' { 4 NoRemove 'Internet Explorer' {
5 NoRemove 'Low Rights' { 5 NoRemove 'Low Rights' {
6 NoRemove ElevationPolicy { 6 NoRemove ElevationPolicy {
7 ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' { 7 ForceRemove '%CHROME_FRAME_CLSID%' = s '' {
8 val Policy = d '3' 8 val Policy = d '3'
9 val AppName = s '%CHROME_LAUNCHER_APPNAME%' 9 val AppName = s '%CHROME_LAUNCHER_APPNAME%'
10 val AppPath = s '%CHROME_LAUNCHER_APPPATH%' 10 val AppPath = s '%CHROME_LAUNCHER_APPPATH%'
11 } 11 }
12 } 12 }
13 NoRemove DragDrop { 13 NoRemove DragDrop {
14 ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' { 14 ForceRemove '%CHROME_FRAME_CLSID%' = s '' {
15 val Policy = d '3' 15 val Policy = d '3'
16 val AppName = s '%CHROME_APPNAME%' 16 val AppName = s '%CHROME_APPNAME%'
17 val AppPath = s '%CHROME_APPPATH%' 17 val AppPath = s '%CHROME_APPPATH%'
18 } 18 }
19 } 19 }
20 } 20 }
21 } 21 }
22 } 22 }
23 } 23 }
24 } 24 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame_activex.rgs ('k') | chrome_frame/chrome_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698