summaryrefslogtreecommitdiffstats
path: root/chrome_frame/utils.h
diff options
context:
space:
mode:
authorrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-03 00:44:35 +0000
committerrobertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-03 00:44:35 +0000
commit74ecb5a48410545f8b52019e0466fa4ab4336740 (patch)
tree30c2965f1b3b03e54ae254ed396cf6e085b69839 /chrome_frame/utils.h
parent236c3feac542f868d7f2ddc7f62e98f9bc3196c3 (diff)
downloadchromium_src-74ecb5a48410545f8b52019e0466fa4ab4336740.zip
chromium_src-74ecb5a48410545f8b52019e0466fa4ab4336740.tar.gz
chromium_src-74ecb5a48410545f8b52019e0466fa4ab4336740.tar.bz2
Correct a problem whereby the prefetching experiment would never be scheduled for updates.
Review URL: http://codereview.chromium.org/3362001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r--chrome_frame/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h
index 477084d..0587fdd 100644
--- a/chrome_frame/utils.h
+++ b/chrome_frame/utils.h
@@ -460,6 +460,9 @@ ProtocolPatchMethod GetPatchMethod();
// Returns true if the IMoniker patch is enabled.
bool IsIBrowserServicePatchEnabled();
+// Returns true if we can detect that we are running as SYSTEM, false otherwise.
+bool IsSystemProcess();
+
// STL helper class that implements a functor to delete objects.
// E.g: std::for_each(v.begin(), v.end(), utils::DeleteObject());
namespace utils {