Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(574)

Unified Diff: webkit/tools/test_shell/test_shell.cc

Issue 149162: shared build: make the shared build work for test_shell (Closed)
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b2249a632afa689938ef13e389f8926f245c9f58..50aea1f636278bdd71ded0059f8500326b48ea90 100644
--- a/webkit/tools/test_shell/test_shell.cc
+++ b/webkit/tools/test_shell/test_shell.cc
@@ -667,4 +667,12 @@ std::wstring GetWebKitLocale() {
return L"en-US";
}
+void CloseIdleConnections() {
+ // Used in benchmarking, Ignored for test_shell.
+}
+
+void SetCacheMode(bool enabled) {
+ // Used in benchmarking, Ignored for test_shell.
+}
+
} // namespace webkit_glue
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698