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

Unified Diff: mojo/services/navigation/navigation.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/mojo_services.gypi ('k') | mojo/services/public/interfaces/launcher/launcher.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/navigation/navigation.mojom
diff --git a/mojo/services/navigation/navigation.mojom b/mojo/services/navigation/navigation.mojom
index f9039d640c6d030e494dc36697f3dae13ebb83ce..ad6b0464f48a3a02c4a2f627c8077f88ce2fde56 100644
--- a/mojo/services/navigation/navigation.mojom
+++ b/mojo/services/navigation/navigation.mojom
@@ -2,10 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+import "../public/interfaces/network/url_loader.mojom"
+
module mojo.navigation {
struct NavigationDetails {
string url;
+ mojo.URLResponse response;
Ben Goodger (Google) 2014/06/17 06:20:20 I think maybe these two fields should go on a nest
+ handle<data_pipe_consumer> response_body_stream;
+
// TODO(aa): method, data, etc.
};
« no previous file with comments | « mojo/mojo_services.gypi ('k') | mojo/services/public/interfaces/launcher/launcher.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698