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

Unified Diff: net/websockets/websocket_job_spdy3_unittest.cc

Issue 10736066: Adding histograms showing fraction of page load times (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
Index: net/websockets/websocket_job_spdy3_unittest.cc
===================================================================
--- net/websockets/websocket_job_spdy3_unittest.cc (revision 148459)
+++ net/websockets/websocket_job_spdy3_unittest.cc (working copy)
@@ -306,7 +306,8 @@
EXPECT_EQ(net::OK,
session_->InitializeWithSocket(connection, false, net::OK));
}
- virtual int CreateTransaction(scoped_ptr<net::HttpTransaction>* trans) {
+ virtual int CreateTransaction(scoped_ptr<net::HttpTransaction>* trans,
+ net::HttpTransactionDelegate* delegate) {
NOTREACHED();
return net::ERR_UNEXPECTED;
}
« no previous file with comments | « net/websockets/websocket_job_spdy2_unittest.cc ('k') | webkit/tools/test_shell/simple_resource_loader_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698