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

Unified Diff: shell/out_of_process_dynamic_service_runner.h

Issue 868463008: Remove Client relationship between mojo.Shell/mojo.Application (Closed) Base URL: git@github.com:domokit/mojo.git@app_impl_init
Patch Set: fix android Created 5 years, 11 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
Index: shell/out_of_process_dynamic_service_runner.h
diff --git a/shell/out_of_process_dynamic_service_runner.h b/shell/out_of_process_dynamic_service_runner.h
index df2c967d4e57fb54780d1bfe3115662358da0145..9af5b74fb3d435d76eff01901e39bd70f224f703 100644
--- a/shell/out_of_process_dynamic_service_runner.h
+++ b/shell/out_of_process_dynamic_service_runner.h
@@ -25,7 +25,7 @@ class OutOfProcessDynamicServiceRunner : public DynamicServiceRunner,
// |DynamicServiceRunner| method:
void Start(const base::FilePath& app_path,
- ScopedMessagePipeHandle service_handle,
+ InterfaceRequest<Application> application_request,
const base::Closure& app_completed_callback) override;
private:

Powered by Google App Engine
This is Rietveld 408576698