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

Unified Diff: chrome/test/activex_test_control/chrome_test_control.rgs

Issue 200031: Take out the activex control. (Closed) Base URL: svn://chrome-svn/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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/activex_test_control/chrome_test_control.rgs
===================================================================
--- chrome/test/activex_test_control/chrome_test_control.rgs (revision 25626)
+++ chrome/test/activex_test_control/chrome_test_control.rgs (working copy)
@@ -1,34 +0,0 @@
-HKCR
-{
- activex_test_control.ChromeTestContro.1 = s 'ChromeTestControl Class'
- {
- CLSID = s '{4E174456-5EE6-494D-B6F2-2B52898A620E}'
- }
- activex_test_control.ChromeTestControl = s 'ChromeTestControl Class'
- {
- CLSID = s '{4E174456-5EE6-494D-B6F2-2B52898A620E}'
- CurVer = s 'activex_test_control.ChromeTestContro.1'
- }
- NoRemove CLSID
- {
- ForceRemove {4E174456-5EE6-494D-B6F2-2B52898A620E} = s 'ChromeTestControl Class'
- {
- ProgID = s 'activex_test_control.ChromeTestContro.1'
- VersionIndependentProgID = s 'activex_test_control.ChromeTestControl'
- ForceRemove 'Programmable'
- InprocServer32 = s '%MODULE%'
- {
- val ThreadingModel = s 'Apartment'
- }
- val AppID = s '%APPID%'
- ForceRemove 'Control'
- ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 102'
- 'MiscStatus' = s '0'
- {
- '1' = s '%OLEMISC%'
- }
- 'TypeLib' = s '{83D767F4-5C4F-4ACA-B0E8-928C54845C33}'
- 'Version' = s '1.0'
- }
- }
-}
« no previous file with comments | « chrome/test/activex_test_control/chrome_test_control.cc ('k') | chrome/test/activex_test_control/chrome_test_control_cp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698