Index: webkit/glue/webkit_glue.h |
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h |
index 8f6b42c1927bc3ee490b4ea68389ed97391543aa..110d15a5b72b2ff97cc98977f9de1f088bde7cb8 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 --------------------------------- |