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

Side by Side Diff: chrome_frame/chrome_active_document.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_active_document.cc ('k') | chrome_frame/chrome_frame.croc » ('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.ChromeActiveDocument.1 = s 'ChromeActiveDocument Class' {
5 CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}'
6 'DocObject' = s '0'
7 val EditFlags = d '65536'
8 val BrowserFlags = d '&H40000140'
9 }
10 ChromeTab.ChromeActiveDocument = s 'ChromeActiveDocument Class' {
11 CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}'
12 CurVer = s 'ChromeTab.ChromeActiveDocument.1'
13 }
14 NoRemove CLSID {
15 ForceRemove {3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8} = s 'ChromeActiveDocu ment Class' {
16 ProgID = s 'ChromeTab.ChromeActiveDocument.1'
17 VersionIndependentProgID = s 'ChromeTab.ChromeActiveDocument'
18 ForceRemove 'Programmable'
19 InprocServer32 = s '%MODULE%' {
20 val ThreadingModel = s 'Apartment'
21 }
22 val AppID = s '%APPID%'
23 ForceRemove 'Control'
24 ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 104'
25 'DocObject' = s '0'
26 'MiscStatus' = s '0' {
27 '1' = s '%OLEMISC%'
28 }
29 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}'
30 'Version' = s '1.0'
31 }
32 }
33 }
34 }
35 }
36
37 %HIVE% {
38 NoRemove Software {
39 NoRemove Classes {
40 NoRemove MIME {
41 NoRemove Database {
42 NoRemove 'Content Type' {
43 'application/chromepage' {
44 val CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}'
45 }
46 }
47 }
48 }
49 }
50 }
51 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_active_document.cc ('k') | chrome_frame/chrome_frame.croc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698