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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 2359233002: Add support for getting the sessionId from instrumentation and sending it to the client (Closed)
Patch Set: Created 4 years, 3 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
Index: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index cadad70e326858764ba8b77aed031e847c2edbf1..5290921df233eb5fc1f93a8782722fac2392328d 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -243,6 +243,10 @@
<ref>int</ref>
<p>The process id of the analysis server process.</p>
</field>
+ <field name="sessionId" optional="true">
+ <ref>String</ref>
+ <p>The session id for this session.</p>
+ </field>
</params>
</notification>
<notification event="error">
« no previous file with comments | « pkg/analysis_server/tool/spec/generate_files ('k') | pkg/analyzer/lib/instrumentation/file_instrumentation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698