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

Unified Diff: pkg/analyzer_plugin/tool/spec/plugin_spec.html

Issue 2883793002: Stop sharing two types between wire protocols (Closed)
Patch Set: Created 3 years, 7 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 | « pkg/analyzer_plugin/tool/spec/common_types_spec.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/tool/spec/plugin_spec.html
diff --git a/pkg/analyzer_plugin/tool/spec/plugin_spec.html b/pkg/analyzer_plugin/tool/spec/plugin_spec.html
index bc59b04e309bc13dd75b89399cf01ea239cd9ef0..0b9aea5e42157649c399dfd4b035a097b9764964 100644
--- a/pkg/analyzer_plugin/tool/spec/plugin_spec.html
+++ b/pkg/analyzer_plugin/tool/spec/plugin_spec.html
@@ -946,6 +946,20 @@
</field>
</object>
</type>
+ <type name="RefactoringFeedback">
+ <p>
+ An abstract superclass of all refactoring feedbacks.
+ </p>
+ <object>
+ </object>
+ </type>
+ <type name="RefactoringOptions">
+ <p>
+ An abstract superclass of all refactoring options.
+ </p>
+ <object>
+ </object>
+ </type>
<type name="RequestError">
<p>
An indication of a problem with the execution of the server,
« no previous file with comments | « pkg/analyzer_plugin/tool/spec/common_types_spec.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698