Index: webkit/tools/test_shell/test_shell.cc |
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc |
index 6845a957c260c5930b8398c9611016bb12db8bf9..63de00b8d3a9c890ea2f8eb52a24a3d462757b2a 100644 |
--- a/webkit/tools/test_shell/test_shell.cc |
+++ b/webkit/tools/test_shell/test_shell.cc |
@@ -809,4 +809,8 @@ std::string GetProductVersion() { |
return std::string("Chrome/0.0.0.0"); |
} |
+bool IsSingleProcess() { |
+ return true; |
+} |
+ |
} // namespace webkit_glue |