Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser/GeckoContentHandler.h
blob: 103166ce92eaec4d7007ee653ca8a020ce5b29a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __GECKO_CONTENT_HANDLER_H__
#define __GECKO_CONTENT_HANDLER_H__

#include <nsCOMPtr.h>
#include <nsIHelperAppLauncherDialog.h>

#define GECKOCONTENTHANDLER_CID			     	 \
{ /* 2321843e-6377-11db-967b-00e08161165f */         \
    0x2321843e,                                      \
    0x6377,                                          \
    0x11db,                                          \
    {0x96, 0x7b, 0x0, 0xe0, 0x81, 0x61, 0x16, 0x5f}  \
}

class nsIFactory;

extern "C" NS_EXPORT nsresult NS_NewGeckoContentHandlerFactory(nsIFactory** aFactory);

#endif /* __GECKO_CONTENT_HANDLER_H */