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

Unified Diff: chrome_frame/chrome_frame_activex.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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/util/work_item_list.cc ('k') | chrome_frame/chrome_frame_elevation.rgs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_activex.rgs
diff --git a/chrome_frame/chrome_frame_activex.rgs b/chrome_frame/chrome_frame_activex.rgs
index 966e48ec5a4a4a168859f9658075d8930beae4a8..724fc94c319a21da0de60d9ec120124ee264610e 100644
--- a/chrome_frame/chrome_frame_activex.rgs
+++ b/chrome_frame/chrome_frame_activex.rgs
@@ -2,14 +2,14 @@
NoRemove Software {
NoRemove Classes {
ChromeTab.ChromeFrame.1 = s 'Chrome Frame' {
- CLSID = s '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}'
+ CLSID = s '%CHROME_FRAME_CLSID%'
}
ChromeTab.ChromeFrame = s 'Chrome Frame' {
- CLSID = s '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}'
+ CLSID = s '%CHROME_FRAME_CLSID%'
CurVer = s 'ChromeTab.ChromeFrame.1'
}
NoRemove CLSID {
- ForceRemove {E0A900DF-9611-4446-86BD-4B1D47E7DB2A} = s 'Chrome Frame' {
+ ForceRemove %CHROME_FRAME_CLSID% = s 'Chrome Frame' {
ProgID = s 'ChromeTab.ChromeFrame.1'
VersionIndependentProgID = s 'ChromeTab.ChromeFrame'
ForceRemove 'Programmable'
@@ -35,11 +35,11 @@
NoRemove CurrentVersion {
NoRemove Ext {
NoRemove PreApproved {
- ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' {
+ ForceRemove '%CHROME_FRAME_CLSID%' = s '' {
}
}
NoRemove Stats {
- ForceRemove {E0A900DF-9611-4446-86BD-4B1D47E7DB2A} {
+ ForceRemove %CHROME_FRAME_CLSID% {
ForceRemove 'iexplore' {
val Type = d '1'
val Flags = d '4'
« no previous file with comments | « chrome/installer/util/work_item_list.cc ('k') | chrome_frame/chrome_frame_elevation.rgs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698