diff options
author | mlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-28 20:38:23 +0000 |
---|---|---|
committer | mlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-28 20:38:23 +0000 |
commit | ec52f0144829c3f0998a7a170c0921760f67a766 (patch) | |
tree | a255f4675529245ed7bd94b2611487942c0e7571 /webkit/glue/webkit_glue.h | |
parent | c9aa283d307ab7f8069da1f907ce6cd20a53f64b (diff) | |
download | chromium_src-ec52f0144829c3f0998a7a170c0921760f67a766.zip chromium_src-ec52f0144829c3f0998a7a170c0921760f67a766.tar.gz chromium_src-ec52f0144829c3f0998a7a170c0921760f67a766.tar.bz2 |
Show a warning message if the cache might not be cleared correctly between runs.
Review URL: http://codereview.chromium.org/2834025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51042 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 --------------------------------- |