diff options
author | slightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-24 05:11:58 +0000 |
---|---|---|
committer | slightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-24 05:11:58 +0000 |
commit | f781782dd67077478e117c61dca4ea5eefce3544 (patch) | |
tree | 4801f724123cfdcbb69c4e7fe40a565b331723ae /chrome_frame/chrome_active_document.rgs | |
parent | 63cf4759efa2373e33436fb5df6849f930081226 (diff) | |
download | chromium_src-f781782dd67077478e117c61dca4ea5eefce3544.zip chromium_src-f781782dd67077478e117c61dca4ea5eefce3544.tar.gz chromium_src-f781782dd67077478e117c61dca4ea5eefce3544.tar.bz2 |
Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming in a separate CL.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/218019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27042 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_active_document.rgs')
-rw-r--r-- | chrome_frame/chrome_active_document.rgs | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/chrome_frame/chrome_active_document.rgs b/chrome_frame/chrome_active_document.rgs new file mode 100644 index 0000000..2fae04b --- /dev/null +++ b/chrome_frame/chrome_active_document.rgs @@ -0,0 +1,67 @@ +HKLM {
+ NoRemove Software {
+ NoRemove Classes {
+ ChromeTab.ChromeActiveDocument.1 = s 'ChromeActiveDocument Class' {
+ CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}'
+ 'DocObject' = s '0'
+ val EditFlags = d '65536'
+ }
+ ChromeTab.ChromeActiveDocument = s 'ChromeActiveDocument Class' {
+ CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}'
+ CurVer = s 'ChromeTab.ChromeActiveDocument.1'
+ }
+ NoRemove CLSID {
+ ForceRemove {3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8} = s 'ChromeActiveDocument Class' {
+ ProgID = s 'ChromeTab.ChromeActiveDocument.1'
+ VersionIndependentProgID = s 'ChromeTab.ChromeActiveDocument'
+ ForceRemove 'Programmable'
+ InprocServer32 = s '%MODULE%' {
+ val ThreadingModel = s 'Apartment'
+ }
+ val AppID = s '%APPID%'
+ ForceRemove 'Control'
+ ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 104'
+ 'DocObject' = s '0'
+ 'MiscStatus' = s '0' {
+ '1' = s '%OLEMISC%'
+ }
+ 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}'
+ 'Version' = s '1.0'
+ }
+ }
+ }
+ }
+}
+
+HKLM {
+ NoRemove Software {
+ NoRemove Classes {
+ NoRemove MIME {
+ NoRemove Database {
+ NoRemove s 'Content Type' {
+ 'application/chromepage' {
+ val CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}'
+ }
+ }
+ }
+ }
+ }
+ }
+}
+
+HKCU {
+ NoRemove Software {
+ NoRemove Microsoft {
+ NoRemove Windows {
+ NoRemove CurrentVersion {
+ NoRemove 'Internet Settings' {
+ NoRemove 'Secure Mime Handlers' {
+ val ChromeTab.ChromeActiveDocument.1 = d '1'
+ val ChromeTab.ChromeActiveDocument = d '1'
+ }
+ }
+ }
+ }
+ }
+ }
+}
|