Index: chrome/common/benchmarking_messages.h |
diff --git a/chrome/common/benchmarking_messages.h b/chrome/common/benchmarking_messages.h |
index 02c8f3dc7dd667763e2e83002fb5d24f16a52856..6caa7a2ab464d1a62d24d9742857609e45a5640f 100644 |
--- a/chrome/common/benchmarking_messages.h |
+++ b/chrome/common/benchmarking_messages.h |
@@ -16,7 +16,10 @@ |
// Message sent from the renderer to the browser to request that the browser |
// close all sockets. Used for debugging/testing. |
-IPC_MESSAGE_CONTROL0(ChromeViewHostMsg_CloseCurrentConnections) |
+// |
+// This message must be synchronous so that the test harness can not |
+// issue further network requests before it completes. |
+IPC_SYNC_MESSAGE_CONTROL0_0(ChromeViewHostMsg_CloseCurrentConnections) |
tonyg
2013/09/04 00:02:24
lgtm as long as you've verified that the comment s
Ken Russell (switch to Gerrit)
2013/09/04 17:18:59
The comment's still accurate. This message is igno
|
// Message sent from the renderer to the browser to request that the browser |
// enable or disable the cache. Used for debugging/testing. |