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

Side by Side Diff: chrome_frame/bho.rgs

Issue 218019: Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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.cc ('k') | chrome_frame/chrome_active_document.h » ('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 HKLM {
2 NoRemove SOFTWARE {
3 NoRemove Classes {
4 ChromeFrame.Bho.1 = s 'Bho Class' {
5 CLSID = s '{ECB3C477-1A0A-44bd-BB57-78F9EFE34FA7}'
6 }
7 ChromeFrame.Bho = s 'ChromeFrame BHO' {
8 CLSID = s '{ECB3C477-1A0A-44bd-BB57-78F9EFE34FA7}'
9 CurVer = s 'ChromeFrame.Bho.1'
10 }
11 NoRemove CLSID {
12 ForceRemove {ECB3C477-1A0A-44bd-BB57-78F9EFE34FA7} = s 'ChromeFrame BHO' {
13 ProgID = s 'ChromeFrame.Bho.1'
14 VersionIndependentProgID = s 'ChromeFrame.Bho'
15 InprocServer32 = s '%MODULE%' {
16 val ThreadingModel = s 'Apartment'
17 }
18 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}'
19 }
20 }
21 }
22 }
23 }
OLDNEW
« no previous file with comments | « chrome_frame/bho.cc ('k') | chrome_frame/chrome_active_document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698