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

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

Issue 463563004: Tweak for AnalysisDomainHandler. (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
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/domain_analysis.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 36df52bcb9f7ac4150446cf29f3110486a99d47e..c8de27394e4f6f887a2f784d01b405251047ce8b 100644
--- a/pkg/analysis_server/lib/src/constants.dart
+++ b/pkg/analysis_server/lib/src/constants.dart
@@ -30,6 +30,14 @@ const String ANALYSIS_UPDATE_CONTENT = 'analysis.updateContent';
const String ANALYSIS_UPDATE_OPTIONS = 'analysis.updateOptions';
//
+// Analysis values
+//
+const String ANALYSIS_OVERLAY_ADD = 'add';
Brian Wilkerson 2014/08/11 20:17:52 "ANALYSIS" --> "CONTENT" ?
scheglov 2014/08/11 20:22:18 Actually, that's not what we are doing everywhere
+const String ANALYSIS_OVERLAY_CHANGE = 'change';
+const String ANALYSIS_OVERLAY_REMOVE = 'remove';
+
+
+//
// Analysis notifications
//
const String ANALYSIS_ERRORS = 'analysis.errors';
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/domain_analysis.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698