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/bho.rgs

Issue 1343004: 3rd try. *sigh*... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/bho.h ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 HKLM { 1 HKLM {
2 NoRemove SOFTWARE { 2 NoRemove SOFTWARE {
3 NoRemove Classes { 3 NoRemove Classes {
4 ChromeFrame.Bho.1 = s 'Bho Class' { 4 ChromeFrame.Bho.1 = s 'Bho Class' {
5 CLSID = s '{ECB3C477-1A0A-44bd-BB57-78F9EFE34FA7}' 5 CLSID = s '{ECB3C477-1A0A-44bd-BB57-78F9EFE34FA7}'
6 } 6 }
7 ChromeFrame.Bho = s 'ChromeFrame BHO' { 7 ChromeFrame.Bho = s 'ChromeFrame BHO' {
8 CLSID = s '{ECB3C477-1A0A-44bd-BB57-78F9EFE34FA7}' 8 CLSID = s '{ECB3C477-1A0A-44bd-BB57-78F9EFE34FA7}'
9 CurVer = s 'ChromeFrame.Bho.1' 9 CurVer = s 'ChromeFrame.Bho.1'
10 } 10 }
11 NoRemove CLSID { 11 NoRemove CLSID {
12 ForceRemove {ECB3C477-1A0A-44bd-BB57-78F9EFE34FA7} = s 'ChromeFrame BHO' { 12 ForceRemove {ECB3C477-1A0A-44bd-BB57-78F9EFE34FA7} = s 'ChromeFrame BHO' {
13 ProgID = s 'ChromeFrame.Bho.1' 13 ProgID = s 'ChromeFrame.Bho.1'
14 VersionIndependentProgID = s 'ChromeFrame.Bho' 14 VersionIndependentProgID = s 'ChromeFrame.Bho'
15 InprocServer32 = s '%MODULE%' { 15 InprocServer32 = s '%MODULE%' {
16 val ThreadingModel = s 'Apartment' 16 val ThreadingModel = s 'Apartment'
17 } 17 }
18 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}' 18 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}'
19 'Implemented Categories' {
20 {31CAF6E4-D6AA-4090-A050-A5AC8972E9EF}
21 }
19 } 22 }
20 } 23 }
21 } 24 }
22 } 25 }
23 } 26 }
OLDNEW
« no previous file with comments | « chrome_frame/bho.h ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698