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

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

Issue 7885013: Move the ViewHostMsg_ClearPredictorCache out of content into chrome as this functionality is chro... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « webkit/support/webkit_support_glue.cc ('k') | 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
===================================================================
--- webkit/tools/test_shell/test_shell.cc (revision 101031)
+++ webkit/tools/test_shell/test_shell.cc (working copy)
@@ -639,30 +639,6 @@
return "en-US";
}
-void CloseCurrentConnections() {
- // Used in benchmarking, Ignored for test_shell.
-}
-
-void SetCacheMode(bool enabled) {
- // Used in benchmarking, Ignored for test_shell.
-}
-
-void ClearCache(bool preserve_ssl_entries) {
- // Used in benchmarking, Ignored for test_shell.
-}
-
-void ClearHostResolverCache() {
- // Used in benchmarking, Ignored for test_shell.
-}
-
-void ClearPredictorCache() {
- // Used in benchmarking, Ignored for test_shell.
-}
-
-void EnableSpdy(bool enable) {
- // Used in benchmarking, Ignored for test_shell.
-}
-
std::string BuildUserAgent(bool mimic_windows) {
return webkit_glue::BuildUserAgentHelper(mimic_windows, "Chrome/0.0.0.0");
}
« no previous file with comments | « webkit/support/webkit_support_glue.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698