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

Side by Side Diff: chrome_frame/chrome_frame_activex.rgs

Issue 126143005: Remove Chrome Frame code and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244038 Created 6 years, 11 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.cc ('k') | chrome_frame/chrome_frame_activex_base.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 %HIVE% {
2 NoRemove Software {
3 NoRemove Classes {
4 ChromeTab.ChromeFrame.1 = s 'Chrome Frame' {
5 CLSID = s '%CHROME_FRAME_CLSID%'
6 }
7 ChromeTab.ChromeFrame = s 'Chrome Frame' {
8 CLSID = s '%CHROME_FRAME_CLSID%'
9 CurVer = s 'ChromeTab.ChromeFrame.1'
10 }
11 NoRemove CLSID {
12 ForceRemove %CHROME_FRAME_CLSID% = s 'Chrome Frame' {
13 ProgID = s 'ChromeTab.ChromeFrame.1'
14 VersionIndependentProgID = s 'ChromeTab.ChromeFrame'
15 ForceRemove 'Programmable'
16 InprocServer32 = s '%MODULE%' {
17 val ThreadingModel = s 'Apartment'
18 }
19 val AppID = s '%APPID%'
20 ForceRemove 'Control'
21 ForceRemove 'Programmable'
22 ForceRemove 'Insertable'
23 ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 1'
24 'MiscStatus' = s '0' {
25 '1' = s '%OLEMISC%'
26 }
27 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}'
28 'Version' = s '1.0'
29 }
30 }
31 }
32
33 NoRemove Microsoft {
34 NoRemove Windows {
35 NoRemove CurrentVersion {
36 NoRemove Ext {
37 NoRemove PreApproved {
38 ForceRemove '%CHROME_FRAME_CLSID%' = s '' {
39 }
40 }
41 NoRemove Stats {
42 ForceRemove %CHROME_FRAME_CLSID% {
43 ForceRemove 'iexplore' {
44 val Type = d '1'
45 val Flags = d '4'
46 val Count = d '0'
47 val Time = b '%SYSTIME%'
48 ForceRemove AllowedDomains {
49 ForceRemove '*' {
50 }
51 }
52 }
53 }
54 }
55 }
56 }
57 }
58 }
59 }
60 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_frame_activex.cc ('k') | chrome_frame/chrome_frame_activex_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698