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

Side by Side Diff: chrome_frame/chrome_active_document.rgs

Issue 260015: Register ActiveDocument in "Secure Mime Handlers" key in HKLM! (Closed) Base URL: svn://chrome-svn/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 | « no previous file | chrome_frame/chrome_tab.cc » ('j') | chrome_frame/chrome_tab.cc » ('J')
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 ChromeTab.ChromeActiveDocument.1 = s 'ChromeActiveDocument Class' { 4 ChromeTab.ChromeActiveDocument.1 = s 'ChromeActiveDocument Class' {
5 CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}' 5 CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}'
6 'DocObject' = s '0' 6 'DocObject' = s '0'
7 val EditFlags = d '65536' 7 val EditFlags = d '65536'
8 val BrowserFlags = d '&H40000140' 8 val BrowserFlags = d '&H40000140'
9 } 9 }
10 ChromeTab.ChromeActiveDocument = s 'ChromeActiveDocument Class' { 10 ChromeTab.ChromeActiveDocument = s 'ChromeActiveDocument Class' {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 NoRemove s 'Content Type' { 42 NoRemove s 'Content Type' {
43 'application/chromepage' { 43 'application/chromepage' {
44 val CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}' 44 val CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}'
45 } 45 }
46 } 46 }
47 } 47 }
48 } 48 }
49 } 49 }
50 } 50 }
51 } 51 }
52
53 HKCU {
54 NoRemove Software {
55 NoRemove Microsoft {
56 NoRemove Windows {
57 NoRemove CurrentVersion {
58 NoRemove 'Internet Settings' {
59 NoRemove 'Secure Mime Handlers' {
60 val ChromeTab.ChromeActiveDocument.1 = d '1'
61 val ChromeTab.ChromeActiveDocument = d '1'
62 }
63 }
64 }
65 }
66 }
67 }
68 }
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/chrome_tab.cc » ('j') | chrome_frame/chrome_tab.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698