diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/support/webkit_support_glue.cc | 4 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell.cc | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/webkit/support/webkit_support_glue.cc b/webkit/support/webkit_support_glue.cc index 348e1a8..49be72a 100644 --- a/webkit/support/webkit_support_glue.cc +++ b/webkit/support/webkit_support_glue.cc @@ -63,10 +63,6 @@ bool DownloadUrl(const std::string& url, HWND caller_window) { } #endif -bool IsSingleProcess() { - return true; -} - void EnableSpdy(bool enable) { } diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc index 6395dd3..4d8c9b0 100644 --- a/webkit/tools/test_shell/test_shell.cc +++ b/webkit/tools/test_shell/test_shell.cc @@ -639,10 +639,6 @@ std::string BuildUserAgent(bool mimic_windows) { return webkit_glue::BuildUserAgentHelper(mimic_windows, "Chrome/0.0.0.0"); } -bool IsSingleProcess() { - return true; -} - #if defined(OS_LINUX) int MatchFontWithFallback(const std::string& face, bool bold, bool italic, int charset) { |