Commit 19fcc8f2 authored by Johannes Henkel's avatar Johannes Henkel Committed by Commit Bot

Add comment about clients matching kTargetClosedMessage.

Bug: 1001678
Change-Id: Iba6f8db30dfdaa84e77c6e005bfa131d6bc7704a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1789976
Auto-Submit: Johannes Henkel <johannes@chromium.org>
Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Commit-Queue: Dmitry Gozman <dgozman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#694507}
parent 54b523aa
......@@ -57,6 +57,8 @@ bool TerminateOnCrossProcessNavigation(const std::string& method) {
const char kMethod[] = "method";
const char kResumeMethod[] = "Runtime.runIfWaitingForDebugger";
const char kSessionId[] = "sessionId";
// Clients match against this error message verbatim (http://crbug.com/1001678).
const char kTargetClosedMessage[] = "Inspected target navigated or closed";
} // namespace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment