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

Unified Diff: installer/win/o3d.wxs

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | plugin/npapi_host_control/win/np_browser_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/win/o3d.wxs
===================================================================
--- installer/win/o3d.wxs (revision 38656)
+++ installer/win/o3d.wxs (working copy)
@@ -143,35 +143,6 @@
registry entries from o3d_host.dll, and then use
tallow.exe (part of WiX) to convert that .reg file
to WiX XML form. -->
- <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy.1"
- Value="NPObjectProxy Class" Type="string" />
- <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy.1\CLSID"
- Value="{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}" Type="string" />
- <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy.1\Insertable" />
- <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy"
- Value="NPObjectProxy Class" Type="string" />
- <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy\CLSID"
- Value="{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}" Type="string" />
- <Registry Root="HKCU" Key="Software\Classes\o3d_host.NPObjectProxy\CurVer"
- Value="o3d_host.NPObjectProxy.1" Type="string" />
- <Registry Root="HKCU" Key="Software\Classes\CLSID" />
- <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}"
- Value="NPObjectProxy Class" Type="string" />
- <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\ProgID"
- Value="o3d_host.NPObjectProxy.1" Type="string" />
- <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\VersionIndependentProgID"
- Value="o3d_host.NPObjectProxy" Type="string" />
- <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\Programmable" />
- <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\InprocServer32"
- Value="[#pu.GoogleActiveXDll.dll]" Type="string" />
- <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\InprocServer32"
- Name="ThreadingModel" Value="Apartment" Type="string" />
- <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\Control" />
- <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\Insertable" />
- <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\TypeLib"
- Value="{D4F6E31C-E952-48FE-9833-6AE308BD79C6}" Type="string" />
- <Registry Root="HKCU" Key="Software\Classes\CLSID\{1D68424D-7A71-4b61-AE5C-56DBCD8B0E53}\Version"
- Value="1.0" Type="string" />
<Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4F90-BC37-982E8160EB2D}"
Value="O3DHostControl Class" Type="string" />
<Registry Root="HKCU" Key="Software\Classes\CLSID\{9666A772-407E-4F90-BC37-982E8160EB2D}\ProgID"
« no previous file with comments | « no previous file | plugin/npapi_host_control/win/np_browser_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698