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

Unified Diff: utils/archive/read_request.dart

Issue 10832116: Attach the native entry struct to the ArchiveEntry object. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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: utils/archive/read_request.dart
diff --git a/utils/archive/read_request.dart b/utils/archive/read_request.dart
index 0d6ce09cf7cc0dc92c24eff14470198756021b93..673ce82c7cf97ed3989f62d2dd2a63158ee0acf7 100644
--- a/utils/archive/read_request.dart
+++ b/utils/archive/read_request.dart
@@ -4,6 +4,8 @@
/**
* The request ids for read-related messages to send to the C extension.
+ *
+ * These ids are followed by the entry ids.
*/
#library("read_request");

Powered by Google App Engine
This is Rietveld 408576698