Index: chrome/browser/net/network_stats.h |
diff --git a/chrome/browser/net/network_stats.h b/chrome/browser/net/network_stats.h |
index 562eb759bf763d120b5f2b075d20578f50a00339..ff17df573a1943672567906c24d26f8325042c14 100644 |
--- a/chrome/browser/net/network_stats.h |
+++ b/chrome/browser/net/network_stats.h |
@@ -181,8 +181,9 @@ class NetworkStats { |
// Collect network connectivity stats. This is called when all the data from |
// server is read or when there is a failure during connect/read/write. It |
// will either start the next phase of the test, or it will self destruct |
- // at the end of this method. |
- void TestPhaseComplete(Status status, int result); |
+ // at the end of this method. Returns true if a new test wasn't started and it |
+ // was self destructed. |
+ bool TestPhaseComplete(Status status, int result); |
// This method is called from TestPhaseComplete() and calls |
// |finished_callback_| callback to indicate that the test has finished. |