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

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

Issue 449213002: Rework "analysis.updateContent" analysis server request. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/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 10c70e207c39c7eed66d22c6b5416bae3db5585b..e176a3025160f491c71f1713a2ef272dcf39311c 100644
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
@@ -334,10 +334,11 @@ abstract class InttestMixin {
*
* Parameters
*
- * files ( Map<FilePath, ContentChange> )
+ * files ( Map<FilePath, object> )
*
* A table mapping the files whose content has changed to a description of
- * the content.
+ * the content change. Each value should be one of the following types:
+ * AddContentOverlay, ChangeContentOverlay, or RemoveContentOverlay.
*/
Future sendAnalysisUpdateContent(Map<String, Map<String, dynamic>> files, {bool checkTypes: true}) {
Map<String, dynamic> params = {};

Powered by Google App Engine
This is Rietveld 408576698