diff options
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r-- | chrome_frame/utils.h | 3 |
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 { |