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

Unified Diff: content/common/storage.typemap

Issue 2340133006: [WIP] Hack on Blob mojom (Closed)
Patch Set: Created 4 years, 3 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 | « content/common/fileapi/webblob_messages.h ('k') | content/common/typemaps.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/storage.typemap
diff --git a/content/common/url_request.typemap b/content/common/storage.typemap
similarity index 50%
copy from content/common/url_request.typemap
copy to content/common/storage.typemap
index 8e46a0b782c4edb72a1fbe79129257cd8035af00..aa63eecb5e4bf4cfb10c7f3c63cc3fcbdab37358 100644
--- a/content/common/url_request.typemap
+++ b/content/common/storage.typemap
@@ -2,13 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-mojom = "//content/common/url_loader.mojom"
-public_headers = [ "//content/common/resource_request.h" ]
+mojom = "//content/common/blob.mojom"
+public_headers = [ "//storage/common/data_element.h" ]
traits_headers = [ "//content/common/resource_messages.h" ]
deps = [
"//content:export",
- "//net:net",
- "//third_party/WebKit/public:blink_minimal",
- "//ui/base",
+ "//storage/common",
]
-type_mappings = [ "content.mojom.URLRequest=content::ResourceRequest" ]
+type_mappings = [ "content.mojom.StorageDataElement=storage::DataElement" ]
« no previous file with comments | « content/common/fileapi/webblob_messages.h ('k') | content/common/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698