diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 10:33:08 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 10:33:08 -0500 |
commit | 26f7e0ce36350d309c6b0fbd6261adbe98e93aab (patch) | |
tree | c34bf7add9ee10287f55158b93de1b6e131551d0 /application/palemoon/components/build/nsBrowserCompsCID.h | |
parent | da447504ddabd5519d9952f79f6bad954eba60e6 (diff) | |
download | UXP-26f7e0ce36350d309c6b0fbd6261adbe98e93aab.tar UXP-26f7e0ce36350d309c6b0fbd6261adbe98e93aab.tar.gz UXP-26f7e0ce36350d309c6b0fbd6261adbe98e93aab.tar.lz UXP-26f7e0ce36350d309c6b0fbd6261adbe98e93aab.tar.xz UXP-26f7e0ce36350d309c6b0fbd6261adbe98e93aab.zip |
Issue #890 - Port cpp aboutRedirector to javascript
Diffstat (limited to 'application/palemoon/components/build/nsBrowserCompsCID.h')
-rw-r--r-- | application/palemoon/components/build/nsBrowserCompsCID.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/application/palemoon/components/build/nsBrowserCompsCID.h b/application/palemoon/components/build/nsBrowserCompsCID.h index 23670ae80..bbaa9ab8a 100644 --- a/application/palemoon/components/build/nsBrowserCompsCID.h +++ b/application/palemoon/components/build/nsBrowserCompsCID.h @@ -26,10 +26,6 @@ #define NS_PRIVATE_BROWSING_SERVICE_WRAPPER_CID \ { 0x136e2c4d, 0xc5a4, 0x477c, { 0xb1, 0x31, 0xd9, 0x3d, 0x7d, 0x70, 0x4f, 0x64 } } -// 7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980 -#define NS_BROWSER_ABOUT_REDIRECTOR_CID \ -{ 0x7e4bb6ad, 0x2fc4, 0x4dc6, { 0x89, 0xef, 0x23, 0xe8, 0xe5, 0xcc, 0xf9, 0x80 } } - // {6DEB193C-F87D-4078-BC78-5E64655B4D62} #define NS_BROWSERDIRECTORYPROVIDER_CID \ { 0x6deb193c, 0xf87d, 0x4078, { 0xbc, 0x78, 0x5e, 0x64, 0x65, 0x5b, 0x4d, 0x62 } } |