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

Unified Diff: mojo/shell/external_application_registrar_connection.cc

Issue 629523003: Rename Get to GetProxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix device Created 6 years, 2 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/shell/external_application_listener_unittest.cc ('k') | mojo/tools/package_manager/package_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/external_application_registrar_connection.cc
diff --git a/mojo/shell/external_application_registrar_connection.cc b/mojo/shell/external_application_registrar_connection.cc
index 57498a9e16ab163215a79c41e69321788190a76a..a29734e3d950536ddfcf95c8bc4bb03aa9612b21 100644
--- a/mojo/shell/external_application_registrar_connection.cc
+++ b/mojo/shell/external_application_registrar_connection.cc
@@ -57,7 +57,7 @@ void ExternalApplicationRegistrarConnection::Register(
base::Closure register_complete_callback) {
DCHECK(!client_socket_);
registrar_->Register(
- String::From(app_url), Get(shell), register_complete_callback);
+ String::From(app_url), GetProxy(shell), register_complete_callback);
}
void ExternalApplicationRegistrarConnection::OnConnect(
« no previous file with comments | « mojo/shell/external_application_listener_unittest.cc ('k') | mojo/tools/package_manager/package_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698