From ec52f0144829c3f0998a7a170c0921760f67a766 Mon Sep 17 00:00:00 2001 From: "mlloyd@chromium.org" Date: Mon, 28 Jun 2010 20:38:23 +0000 Subject: 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 --- webkit/glue/webkit_glue.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit/glue/webkit_glue.h') 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 --------------------------------- -- cgit v1.1