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

Unified Diff: net/http/http_cache_unittest.cc

Issue 10834313: Add histograms for network activity, and total/cumulative (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/http/http_cache_unittest.cc
===================================================================
--- net/http/http_cache_unittest.cc (revision 150909)
+++ net/http/http_cache_unittest.cc (working copy)
@@ -80,6 +80,8 @@
EXPECT_TRUE(action_in_progress_);
action_in_progress_ = false;
}
+ virtual void OnNetworkActionStart() {}
+ virtual void OnNetworkActionFinish() {}
mmenke 2012/08/15 15:09:53 Should add EXPECTs for these, too.
tburkard 2012/08/15 16:50:46 Done.
private:
int num_remaining_actions_to_observe_;

Powered by Google App Engine
This is Rietveld 408576698