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

Side by Side Diff: chrome_frame/chrome_frame_activex.rgs

Issue 218019: Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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 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 HKLM {
2 NoRemove Software {
3 NoRemove Classes {
4 ChromeTab.ChromeFrame.1 = s 'Chrome Frame' {
5 CLSID = s '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}'
6 }
7 ChromeTab.ChromeFrame = s 'Chrome Frame' {
8 CLSID = s '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}'
9 CurVer = s 'ChromeTab.ChromeFrame.1'
10 }
11 NoRemove CLSID {
12 ForceRemove {E0A900DF-9611-4446-86BD-4B1D47E7DB2A} = 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 {
26 '1' = s '%OLEMISC%'
27 }
28 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}'
29 'Version' = s '1.0'
30 }
31 }
32 }
33
34 NoRemove Microsoft {
35 NoRemove Windows {
36 NoRemove CurrentVersion {
37 NoRemove Ext {
38 NoRemove PreApproved {
39 ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' {
40 }
41 }
42 NoRemove Stats {
43 ForceRemove {E0A900DF-9611-4446-86BD-4B1D47E7DB2A} {
44 ForceRemove 'iexplore' {
45 val Type = d '1'
46 val Flags = d '4'
47 val Count = d '0'
48 val Time = b '%SYSTIME%'
49 ForceRemove AllowedDomains {
50 ForceRemove '*' {
51 }
52 }
53 }
54 }
55 }
56 }
57 }
58 }
59 NoRemove 'Internet Explorer' {
60 NoRemove 'Low Rights' {
61 NoRemove ElevationPolicy {
62 ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' {
63 val Policy = d '3'
64 val AppName = s '%CHROME_LAUNCHER_APPNAME%'
65 val AppPath = s '%CHROME_LAUNCHER_APPPATH%'
66 }
67 }
68 NoRemove DragDrop {
69 ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' {
70 val Policy = d '3'
71 val AppName = s '%CHROME_APPNAME%'
72 val AppPath = s '%CHROME_APPPATH%'
73 }
74 }
75 }
76 }
77 }
78 }
79 }
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