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

Unified Diff: mojo/shell/dynamic_service_runner.h

Issue 265793015: Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
Index: mojo/shell/dynamic_service_runner.h
diff --git a/mojo/shell/dynamic_service_runner.h b/mojo/shell/dynamic_service_runner.h
index b61f6518a726b8440cb979e6f174785df35386e9..8234a67af28ea1ca1473b0393ee7ebe10c6fb95d 100644
--- a/mojo/shell/dynamic_service_runner.h
+++ b/mojo/shell/dynamic_service_runner.h
@@ -29,7 +29,7 @@ class DynamicServiceRunner {
// runs it on some other thread/process. |app_completed_callback| is posted
// (to the thread on which |Start()| was called) after |MojoMain()| completes.
virtual void Start(const base::FilePath& app_path,
- ScopedShellHandle service_handle,
+ ScopedMessagePipeHandle service_handle,
const base::Closure& app_completed_callback) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698