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

Unified Diff: packages/initialize/lib/src/init_method.dart

Issue 3015713002: Roll to pickup pool changes
Patch Set: Created 3 years, 3 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
« no previous file with comments | « packages/initialize/lib/build/initializer_plugin.dart ('k') | packages/initialize/lib/src/initializer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/initialize/lib/src/init_method.dart
diff --git a/packages/initialize/lib/src/init_method.dart b/packages/initialize/lib/src/init_method.dart
index ebc8f93664ad37f338e1912e4e46fd5272e0617e..1ddb83c45459d5b015d2c1726cfd5faa40a664d5 100644
--- a/packages/initialize/lib/src/init_method.dart
+++ b/packages/initialize/lib/src/init_method.dart
@@ -8,6 +8,7 @@ part of initialize;
/// it shouldn't be used directly in annotations, instead use the `initMethod`
/// singleton below.
typedef dynamic _ZeroArg();
+
class _InitMethod implements Initializer<_ZeroArg> {
const _InitMethod();
« no previous file with comments | « packages/initialize/lib/build/initializer_plugin.dart ('k') | packages/initialize/lib/src/initializer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698