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

Unified Diff: pkg/analyzer_cli/lib/src/driver.dart

Issue 2795743002: Add context information to driver and add hooks for plugin management (Closed)
Patch Set: 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: pkg/analyzer_cli/lib/src/driver.dart
diff --git a/pkg/analyzer_cli/lib/src/driver.dart b/pkg/analyzer_cli/lib/src/driver.dart
index 464bcda3ea8250e1846ec9a84e7ead6f5447d587..6c3c6ddbc968b1d052bce8a738f7767d30e87348 100644
--- a/pkg/analyzer_cli/lib/src/driver.dart
+++ b/pkg/analyzer_cli/lib/src/driver.dart
@@ -586,7 +586,7 @@ class Driver implements CommandLineStarter {
resourceProvider,
analysisDriverMemoryByteStore,
new FileContentOverlay(),
- 'test',
+ null,
context.sourceFactory,
context.analysisOptions);
analysisDriver.results.listen((_) {});

Powered by Google App Engine
This is Rietveld 408576698