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

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

Issue 314173003: Clean ups for warnings and unused code. (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
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/get_handler.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 7bb010e271590644294d23e2d5c9c7c7fb14484b..99c6d67b9b91009beeddb4c2123b28c2af96f073 100644
--- a/pkg/analysis_server/lib/src/constants.dart
+++ b/pkg/analysis_server/lib/src/constants.dart
@@ -70,20 +70,3 @@ const String REMOVED = 'removed';
const String RETURN_TYPE = 'returnType';
const String SUBSCRIPTIONS = 'subscriptions';
const String VERSION = 'version';
-
-
-// TODO(scheglov) remove it with ContextDomain
-const String APPLY_CHANGES_NAME = 'context.applyChanges';
-const String GET_FIXES_NAME = 'context.getFixes';
-const String SET_OPTIONS_NAME = 'context.setOptions';
-const String SET_PRIORITY_SOURCES_NAME = 'context.setPrioritySources';
-const String CHANGES_PARAM = 'changes';
-const String CONTEXT_ID_PARAM = 'contextId';
-const String MODIFIED_PARAM = "modified";
-const String SOURCES_PARAM = 'sources';
-const String CACHE_SIZE_OPTION = 'cacheSize';
-const String GENERATE_HINTS_OPTION = 'generateHints';
-const String GENERATE_DART2JS_OPTION = 'generateDart2jsHints';
-const String PROVIDE_ERRORS_OPTION = 'provideErrors';
-const String PROVIDE_NAVIGATION_OPTION = 'provideNavigation';
-const String PROVIDE_OUTLINE_OPTION = 'provideOutline';
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/get_handler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698