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

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

Issue 342003006: Turn 'browser' app into a 'launcher_ui' app that window_manager embeds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ben comments 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 dc36a07717805d5247e4300ee44ecf20a345d151..9d04361f5a3be9a40c4472d57d49cdb2b9481fa7 100644
--- a/mojo/services/public/interfaces/launcher/launcher.mojom
+++ b/mojo/services/public/interfaces/launcher/launcher.mojom
@@ -3,7 +3,6 @@
// found in the LICENSE file.
import "../network/url_loader.mojom"
-import "../../../navigation/navigation.mojom"
module mojo.launcher {
@@ -14,7 +13,8 @@ interface Launcher {
[Client=Launcher]
interface LauncherClient {
- OnLaunch(string handler_url, mojo.navigation.ResponseDetails response_details);
+ OnLaunch(string handler_url, mojo.URLResponse response,
+ handle<data_pipe_consumer> response_body_stream);
};
}
« 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