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

Unified Diff: net/url_request/test_url_fetcher_factory.h

Issue 1212773002: Add prefetch UMA metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: net/url_request/test_url_fetcher_factory.h
diff --git a/net/url_request/test_url_fetcher_factory.h b/net/url_request/test_url_fetcher_factory.h
index daa1dbcdea452e427757a3c3f17f8dadea13f4f2..1f7e9e0fa0350801a8450286a3978bdd762336c4 100644
--- a/net/url_request/test_url_fetcher_factory.h
+++ b/net/url_request/test_url_fetcher_factory.h
@@ -308,6 +308,7 @@ class FakeURLFetcher : public TestURLFetcher {
// constructor.
void RunDelegate();
+ int64 response_bytes_;
mef 2015/06/26 17:27:36 according to base/basictypes.h it should be int64_
twifkak 2015/06/26 17:48:57 Done.
base::WeakPtrFactory<FakeURLFetcher> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(FakeURLFetcher);

Powered by Google App Engine
This is Rietveld 408576698