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

Unified Diff: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchTypeConverters.h

Issue 2772893002: Experiment with typemaps in Blink Modules
Patch Set: Experiment with typemaps in Blink Modules Created 3 years, 9 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
Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchTypeConverters.h
diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchTypeConverters.h b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchTypeConverters.h
index 5a5ef9de48d8e060a5d1cc12f4847bbd577050a3..e2aa9a55f0b5236f9df696747e85434d1318b298 100644
--- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchTypeConverters.h
+++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchTypeConverters.h
@@ -29,20 +29,6 @@ struct TypeConverter<blink::mojom::blink::BackgroundFetchOptionsPtr,
const blink::BackgroundFetchOptions&);
};
-template <>
-struct TypeConverter<blink::IconDefinition,
- blink::mojom::blink::IconDefinitionPtr> {
- static blink::IconDefinition Convert(
- const blink::mojom::blink::IconDefinitionPtr&);
-};
-
-template <>
-struct TypeConverter<blink::mojom::blink::IconDefinitionPtr,
- blink::IconDefinition> {
- static blink::mojom::blink::IconDefinitionPtr Convert(
- const blink::IconDefinition&);
-};
-
} // namespace mojo
#endif // BackgroundFetchTypeConverters_h

Powered by Google App Engine
This is Rietveld 408576698