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

Side by Side Diff: chrome_frame/chrome_protocol.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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome_frame/chrome_protocol.cc ('k') | chrome_frame/chrome_tab.cc » ('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 ChromeTab.ChromeProtocol.1 = s 'ChromeProtocol Class' {
5 CLSID = s '{9875BFAF-B04D-445E-8A69-BE36838CDE3E}'
6 }
7 ChromeTab.ChromeProtocol = s 'ChromeProtocol Class' {
8 CLSID = s '{9875BFAF-B04D-445E-8A69-BE36838CDE3E}'
9 CurVer = s 'ChromeTab.ChromeProtocol.1'
10 }
11 NoRemove CLSID {
12 ForceRemove {9875BFAF-B04D-445E-8A69-BE36838CDE3E} = s 'ChromeProtocol C lass' {
13 ProgID = s 'ChromeTab.ChromeProtocol.1'
14 VersionIndependentProgID = s 'ChromeTab.ChromeProtocol'
15 ForceRemove 'Programmable'
16 InprocServer32 = s '%MODULE%' {
17 val ThreadingModel = s 'Apartment'
18 }
19 val AppID = s '%APPID%'
20 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}'
21 }
22 }
23 }
24 }
25 }
26
27 HKLM {
28 NoRemove Software {
29 NoRemove Classes {
30 NoRemove Protocols {
31 NoRemove Handler {
32 NoRemove 'cf' {
33 val CLSID = s '{9875BFAF-B04D-445E-8A69-BE36838CDE3E}'
34 }
35 }
36 }
37 }
38 }
39 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_protocol.cc ('k') | chrome_frame/chrome_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698