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

Unified Diff: pkg/analysis_server/test/integration/integration_test_methods.dart

Issue 766323002: Compressed/optimized navigation notification. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: pkg/analysis_server/test/integration/integration_test_methods.dart
diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
index 7e043dd1541d2cb517188c43eee2457d9b093d9d..1f947cdb70a7207cfc88d7b7823e0f58c276eccb 100644
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
@@ -543,6 +543,16 @@ abstract class IntegrationTestMixin {
* multiple libraries or in Dart code that is compiled against multiple
* versions of a package. Note that the navigation regions that are
* returned do not overlap other navigation regions.
+ *
+ * targets ( List<NavigationTarget> )
+ *
+ * The navigation targets referenced in the file. They are referenced by
+ * NavigationRegions by their index in this array.
+ *
+ * targetFiles ( List<FilePath> )
+ *
+ * The files containing navigation targets referenced in the file. They are
+ * referenced by NavigationTargets by their index in this array.
*/
Stream<AnalysisNavigationParams> onAnalysisNavigation;

Powered by Google App Engine
This is Rietveld 408576698