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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisService.java

Issue 769963003: Add paging support (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments 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: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisService.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisService.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisService.java
index 208c860dc0d0e71de1de5645f33b7bf5b2c58625..eef2903e8974caae726d7ff2b6c4c696f8477626 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisService.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisService.java
@@ -27,6 +27,8 @@ public class AnalysisService {
public static final String HIGHLIGHTS = "HIGHLIGHTS";
+ public static final String INVALIDATE = "INVALIDATE";
+
public static final String NAVIGATION = "NAVIGATION";
public static final String OCCURRENCES = "OCCURRENCES";

Powered by Google App Engine
This is Rietveld 408576698