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

Unified Diff: mojo/public/cpp/bindings/lib/connector.cc

Issue 323593002: Mojo: Use network service to load non-local Mojo Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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.gyp ('k') | mojo/services/network/url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/bindings/lib/connector.cc
diff --git a/mojo/public/cpp/bindings/lib/connector.cc b/mojo/public/cpp/bindings/lib/connector.cc
index 3cc87686cddeff826b8619a53dc5de6ede7a28f4..f11305883e9946387015848cea952774e3fcbcfa 100644
--- a/mojo/public/cpp/bindings/lib/connector.cc
+++ b/mojo/public/cpp/bindings/lib/connector.cc
@@ -118,7 +118,7 @@ void Connector::WaitToReadMore() {
void Connector::ReadMore() {
while (true) {
bool receiver_result = false;
- MojoResult rv = ReadAndDispatchMessage(
+ MojoResult rv = ReadAndDispatchMessage(
message_pipe_.get(), incoming_receiver_, &receiver_result);
if (rv == MOJO_RESULT_SHOULD_WAIT) {
WaitToReadMore();
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/network/url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698