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

Unified Diff: mojo/apps/js/bindings/waiting_callback.h

Issue 107113005: Gin: Consolidate all the Converter<Wrappable> subclasses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ok Created 7 years 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
« gin/wrappable.h ('K') | « gin/wrappable_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/bindings/waiting_callback.h
diff --git a/mojo/apps/js/bindings/waiting_callback.h b/mojo/apps/js/bindings/waiting_callback.h
index 9036c4e248607a556ae6760b0b49a5f94c65585f..e8721e3683aa2ce0a377ef36c00b12b9f3cd2b53 100644
--- a/mojo/apps/js/bindings/waiting_callback.h
+++ b/mojo/apps/js/bindings/waiting_callback.h
@@ -46,12 +46,4 @@ class WaitingCallback : public gin::Wrappable,
} // namespace js
} // namespace mojo
-namespace gin {
-
-template<>
-struct Converter<mojo::js::WaitingCallback*>
- : public WrappableConverter<mojo::js::WaitingCallback> {};
-
-} // namespace gin
-
#endif // MOJO_APPS_JS_BINDINGS_WAITING_CALLBACK_H_
« gin/wrappable.h ('K') | « gin/wrappable_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698