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

Unified Diff: content/common/indexed_db/indexed_db.typemap

Issue 2509913002: Implement StructTraits for remaining IndexedDB IPC types. (Closed)
Patch Set: Fix compile error on GCC. Created 4 years, 1 month 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/indexed_db/indexed_db.mojom ('k') | content/common/indexed_db/indexed_db_param_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/indexed_db/indexed_db.typemap
diff --git a/content/common/indexed_db/indexed_db.typemap b/content/common/indexed_db/indexed_db.typemap
index 95a95ce8b7244154245ebe876b5d3abae3949f30..f1c18d8cb33912d41f94cb944bb4d13dd5bc5173 100644
--- a/content/common/indexed_db/indexed_db.typemap
+++ b/content/common/indexed_db/indexed_db.typemap
@@ -12,7 +12,6 @@ public_headers = [
]
traits_headers = [
"//content/common/indexed_db/indexed_db_enum_traits.h",
- "//content/common/indexed_db/indexed_db_param_traits.h",
"//content/common/indexed_db/indexed_db_struct_traits.h",
]
type_mappings = [
« no previous file with comments | « content/common/indexed_db/indexed_db.mojom ('k') | content/common/indexed_db/indexed_db_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698