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

Unified Diff: mojo/services/public/interfaces/launcher/launcher.mojom

Issue 331323007: Eliminate Launchable. Use Navigator instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/services/navigation/navigation.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/interfaces/launcher/launcher.mojom
diff --git a/mojo/services/public/interfaces/launcher/launcher.mojom b/mojo/services/public/interfaces/launcher/launcher.mojom
index 95957dd9c6f71f5fe21012130a4ce4de078d9d34..dc36a07717805d5247e4300ee44ecf20a345d151 100644
--- a/mojo/services/public/interfaces/launcher/launcher.mojom
+++ b/mojo/services/public/interfaces/launcher/launcher.mojom
@@ -3,6 +3,7 @@
// found in the LICENSE file.
import "../network/url_loader.mojom"
+import "../../../navigation/navigation.mojom"
module mojo.launcher {
@@ -13,15 +14,7 @@ interface Launcher {
[Client=Launcher]
interface LauncherClient {
- OnLaunch(string handler_url,
- mojo.URLResponse response,
- handle<data_pipe_consumer> response_body_stream);
-};
-
-interface Launchable {
- OnLaunch(mojo.URLResponse response,
- handle<data_pipe_consumer> response_body_stream,
- uint32 node_id);
+ OnLaunch(string handler_url, mojo.navigation.ResponseDetails response_details);
};
}
« no previous file with comments | « mojo/services/navigation/navigation.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698