diff options
author | mlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 18:03:41 +0000 |
---|---|---|
committer | mlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-02 18:03:41 +0000 |
commit | 46210f046927e1d822da3fd46a8ef87df28043e4 (patch) | |
tree | d289ed393d4fd84cdd35008468b6abd6c3c9f13c /webkit/glue/webkit_glue.h | |
parent | 0b004da852f6c01fecba4b1e2a6ffab221061a63 (diff) | |
download | chromium_src-46210f046927e1d822da3fd46a8ef87df28043e4.zip chromium_src-46210f046927e1d822da3fd46a8ef87df28043e4.tar.gz chromium_src-46210f046927e1d822da3fd46a8ef87df28043e4.tar.bz2 |
Show a warning message if the cache might not be cleared between runs.
BUG=None.
TEST=Unit tests pass.
Review URL: http://codereview.chromium.org/2819037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue.h')
-rw-r--r-- | webkit/glue/webkit_glue.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h index 8f6b42c..110d15a 100644 --- a/webkit/glue/webkit_glue.h +++ b/webkit/glue/webkit_glue.h @@ -248,6 +248,9 @@ void ClearCache(); // Returns the product version. E.g., Chrome/4.1.333.0 std::string GetProductVersion(); +// Returns true if the embedder is running in single process mode. +bool IsSingleProcess(); + // ---- END FUNCTIONS IMPLEMENTED BY EMBEDDER --------------------------------- |