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

Unified Diff: mojo/services/network/url_loader_impl.cc

Issue 340453002: Mojo: HTML Viewer based on Blink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build Created 6 years, 6 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 | « mojo/mojo_examples.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/url_loader_impl.cc
diff --git a/mojo/services/network/url_loader_impl.cc b/mojo/services/network/url_loader_impl.cc
index 7ce2d52ff45f6060b3517d31ebb84e9bb0f2c447..9b0cce9d5257f76121a34c779126d836aa6e00d2 100644
--- a/mojo/services/network/url_loader_impl.cc
+++ b/mojo/services/network/url_loader_impl.cc
@@ -207,7 +207,7 @@ void URLLoaderImpl::ReadMore() {
uint32_t num_bytes;
if (!pending_write_->BeginWrite(&num_bytes))
- CHECK(false); // Oops!
+ CHECK(false); // Oops! TODO(darin): crbug/386877: The pipe might be full!
if (num_bytes > static_cast<uint32_t>(std::numeric_limits<int>::max()))
CHECK(false); // Oops!
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698