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

Unified Diff: net/socket/ssl_client_socket_unittest.cc

Issue 2558963004: Fix a typo in SSLClientSocketTest.DumpMemoryStats (Closed)
Patch Set: Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_client_socket_unittest.cc
diff --git a/net/socket/ssl_client_socket_unittest.cc b/net/socket/ssl_client_socket_unittest.cc
index d8c48e008ddaf2c98440a5c4a18bc931a47b8dfb..108fe28be0ae60c4f3f43099254ca5db43cdb804 100644
--- a/net/socket/ssl_client_socket_unittest.cc
+++ b/net/socket/ssl_client_socket_unittest.cc
@@ -3714,7 +3714,7 @@ TEST_F(SSLClientSocketTest, DumpMemoryStats) {
for (const auto& pair : allocator_dumps) {
const std::string& dump_name = pair.first;
if (dump_name.find("ssl_socket") == std::string::npos)
- return;
+ continue;
std::unique_ptr<base::Value> raw_attrs =
pair.second->attributes_for_testing()->ToBaseValue();
base::DictionaryValue* attrs;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698