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

Side by Side Diff: plugin/npapi_host_control/win/np_object_proxy.rgs

Issue 598075: Removal Of NPObjectProxy ClassId (Closed) Base URL: http://src.chromium.org/svn/trunk/src/o3d/
Patch Set: '' Created 10 years, 10 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
OLDNEW
(Empty)
1 HKCU
2 {
3 Software
4 {
5 Classes
6 {
7 o3d_host.NPObjectProxy.1 = s 'NPObjectProxy Class'
8 {
9 CLSID = s '{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}'
10 'Insertable'
11 }
12 o3d_host.NPObjectProxy = s 'NPObjectProxy Class'
13 {
14 CLSID = s '{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}'
15 CurVer = s 'o3d_host.NPObjectProxy.1'
16 }
17 NoRemove CLSID
18 {
19 ForceRemove {1D68424D-7A71-4b61-AE5C-56DBCD8B0E53} = s 'NPObjectProxy Cl ass'
20 {
21 ProgID = s 'o3d_host.NPObjectProxy.1'
22 VersionIndependentProgID = s 'o3d_host.NPObjectProxy'
23 ForceRemove 'Programmable'
24 InprocServer32 = s '%MODULE%'
25 {
26 val ThreadingModel = s 'Apartment'
27 }
28 val AppID = s '%APPID%'
29 ForceRemove 'Control'
30 ForceRemove 'Insertable'
31 'TypeLib' = s '{D4F6E31C-E952-48FE-9833-6AE308BD79C6}'
32 'Version' = s '1.0'
33 }
34 }
35 }
36 }
37 }
OLDNEW
« no previous file with comments | « plugin/npapi_host_control/win/np_object_proxy.h ('k') | plugin/npapi_host_control/win/npapi_host_control.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698