summaryrefslogtreecommitdiffstats
path: root/chrome_frame/utils.h
diff options
context:
space:
mode:
authorslightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 23:54:34 +0000
committerslightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-26 23:54:34 +0000
commit11903b0dd26e51563e0645af2e900649ac028408 (patch)
treee544522a8295325407938d998b09a8dcc996ea03 /chrome_frame/utils.h
parent5607c4eb42ea5b5f153b7dfcbe0dddd08cf1aa4e (diff)
downloadchromium_src-11903b0dd26e51563e0645af2e900649ac028408.zip
chromium_src-11903b0dd26e51563e0645af2e900649ac028408.tar.gz
chromium_src-11903b0dd26e51563e0645af2e900649ac028408.tar.bz2
Fixes GCF perf tests in prep for re-enabling them on the bots.
BUG=36734 TEST=build/run chrome_frame_perftests.exe, note that they all run now Review URL: http://codereview.chromium.org/1433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r--chrome_frame/utils.h5
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);