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

Unified Diff: pkg/analysis_server/lib/src/constants.dart

Issue 311053005: Updates for the Outline API and use it in Editor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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/analysis_server/lib/src/constants.dart
diff --git a/pkg/analysis_server/lib/src/constants.dart b/pkg/analysis_server/lib/src/constants.dart
index cff99d8c11ccc1edd5bc0bac1da2ab2467308709..7bb010e271590644294d23e2d5c9c7c7fb14484b 100644
--- a/pkg/analysis_server/lib/src/constants.dart
+++ b/pkg/analysis_server/lib/src/constants.dart
@@ -40,7 +40,6 @@ const String NOTIFICATION_OUTLINE = 'analysis.outline';
const String ADDED = 'added';
-const String ARGUMENTS = 'arguments';
const String CHILDREN = 'children';
const String CONTENT = 'content';
const String DEFAULT = 'default';
@@ -64,6 +63,7 @@ const String OFFSET = 'offset';
const String OLD_LENGTH = 'oldLength';
const String OPTIONS = 'options';
const String OUTLINE = 'outline';
+const String PARAMETERS = 'parameters';
const String REFACTORINGS = 'refactorings';
const String REGIONS = 'regions';
const String REMOVED = 'removed';

Powered by Google App Engine
This is Rietveld 408576698