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

Unified Diff: mojo/public/interfaces/network/http_header.mojom

Issue 1129063008: Move mojom definitions of URL{Request,Response} into SDK (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update for monet Created 5 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
« no previous file with comments | « mojo/public/interfaces/network/BUILD.gn ('k') | mojo/public/interfaces/network/network_error.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/network/http_header.mojom
diff --git a/sky/engine/core/painting/DrawLooper.idl b/mojo/public/interfaces/network/http_header.mojom
similarity index 72%
copy from sky/engine/core/painting/DrawLooper.idl
copy to mojo/public/interfaces/network/http_header.mojom
index 8fbda9d1f82e171b595c0d03c1eb0dc652f24f23..6c8d6b7f2c7c17806464aa1e2bbfd497310fbed2 100644
--- a/sky/engine/core/painting/DrawLooper.idl
+++ b/mojo/public/interfaces/network/http_header.mojom
@@ -2,5 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface DrawLooper {
+module mojo;
+
+struct HttpHeader {
+ string name;
+ string value;
};
« no previous file with comments | « mojo/public/interfaces/network/BUILD.gn ('k') | mojo/public/interfaces/network/network_error.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698