summaryrefslogtreecommitdiffstats
path: root/chrome_frame/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r--chrome_frame/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h
index e90a0d4..2cbb277 100644
--- a/chrome_frame/utils.h
+++ b/chrome_frame/utils.h
@@ -18,6 +18,8 @@
extern const wchar_t kChromeContentPrefix[];
extern const wchar_t kChromeProtocolPrefix[];
+extern const wchar_t kChromeFrameHeadlessMode[];
+extern const wchar_t kEnableGCFProtocol[];
// This function is very similar to the AtlRegisterTypeLib function except
// that it takes a parameter that specifies whether to register the typelib
@@ -314,8 +316,6 @@ STDMETHODIMP QueryInterfaceIfDelegateSupports(void* obj, REFIID iid,
#define COM_INTERFACE_BLIND_DELEGATE() \
COM_INTERFACE_ENTRY_FUNC_BLIND(0, CheckOutgoingInterface<_ComMapClass>)
-extern const wchar_t kChromeFrameHeadlessMode[];
-
// Thread that enters STA and has a UI message loop.
class STAThread : public base::Thread {
public: