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

Unified Diff: content/browser/devtools/devtools_http_handler_unittest.cc

Issue 2877413003: [DevTools] Warn that the error is expected (Closed)
Patch Set: [DevTools] Warn that the error is expected Created 3 years, 7 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
« 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: content/browser/devtools/devtools_http_handler_unittest.cc
diff --git a/content/browser/devtools/devtools_http_handler_unittest.cc b/content/browser/devtools/devtools_http_handler_unittest.cc
index db400720f253a1ff1a51d462cabb4e14e3dcd33b..a4ad827e9fa537f99fdfaf91a605c3c96e9d431e 100644
--- a/content/browser/devtools/devtools_http_handler_unittest.cc
+++ b/content/browser/devtools/devtools_http_handler_unittest.cc
@@ -151,6 +151,7 @@ TEST_F(DevToolsHttpHandlerTest, TestServerSocketFailed) {
std::unique_ptr<DevToolsSocketFactory> factory(
new FailingServerSocketFactory(run_loop.QuitClosure(),
run_loop_2.QuitClosure()));
+ LOG(INFO) << "Following error message is expected:";
DevToolsAgentHost::StartRemoteDebuggingServer(
std::move(factory), std::string(), base::FilePath(), base::FilePath(),
std::string(), std::string());
« 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