diff options
Diffstat (limited to 'webkit/glue')
-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 --------------------------------- |