Chromium Code Reviews| 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'; |