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

Unified Diff: client/dom/scripts/template_callback.darttemplate

Issue 8786016: Generate callbacks as typedefs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add missing newline Created 9 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
« no previous file with comments | « client/dom/scripts/dartgenerator.py ('k') | client/dom/wrapping_dom.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/template_callback.darttemplate
diff --git a/client/dom/generated/src/interface/FileCallback.dart b/client/dom/scripts/template_callback.darttemplate
similarity index 81%
copy from client/dom/generated/src/interface/FileCallback.dart
copy to client/dom/scripts/template_callback.darttemplate
index 89a355bf822509fb93676cb43c1947c96c9c7a29..38cdf1439248a0c679f1bc634a45c8e918bfc3f1 100644
--- a/client/dom/generated/src/interface/FileCallback.dart
+++ b/client/dom/scripts/template_callback.darttemplate
@@ -4,7 +4,3 @@
// WARNING: Do not edit - generated code.
-interface FileCallback {
-
- bool handleEvent(File file);
-}
« no previous file with comments | « client/dom/scripts/dartgenerator.py ('k') | client/dom/wrapping_dom.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698