diff options
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r-- | chrome_frame/utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h index ffa4b08..bf8a33ec 100644 --- a/chrome_frame/utils.h +++ b/chrome_frame/utils.h @@ -24,6 +24,7 @@ extern const wchar_t kChromeContentPrefix[]; extern const wchar_t kChromeProtocolPrefix[]; extern const wchar_t kChromeFrameHeadlessMode[]; +extern const wchar_t kChromeFrameUnpinnedMode[]; extern const wchar_t kEnableGCFProtocol[]; extern const wchar_t kChromeMimeType[]; @@ -223,6 +224,10 @@ bool DeleteConfigValue(const wchar_t* value_name); // gather crash dumps, etc to send them to the crash server. bool IsHeadlessMode(); +// Returns true if we are running in unpinned mode in which case DLL +// eviction should be possible. +bool IsUnpinnedMode(); + // Check if this url is opting into Chrome Frame based on static settings. bool IsOptInUrl(const wchar_t* url); |