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

Unified Diff: logdog/client/annotee/annotation/annotation.go

Issue 2698413005: Annotee: Allow annotation subpath to be specified. (Closed)
Patch Set: Created 3 years, 10 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 | logdog/client/annotee/processor.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/annotee/annotation/annotation.go
diff --git a/logdog/client/annotee/annotation/annotation.go b/logdog/client/annotee/annotation/annotation.go
index 0457c897a55e1a0ac9289504340367d004e2091e..7151266b7ed526f0d812fb4567fb20d24fc2461f 100644
--- a/logdog/client/annotee/annotation/annotation.go
+++ b/logdog/client/annotee/annotation/annotation.go
@@ -461,12 +461,6 @@ func (s *State) RootStep() *Step {
return &s.rootStep
}
-// AnnotationStream returns the name of this State's Milo annotation datagram
-// stream.
-func (s *State) AnnotationStream() types.StreamName {
- return s.rootStep.BaseStream("annotations")
-}
-
// CurrentStep returns the step referenced by the step cursor.
func (s *State) CurrentStep() *Step {
s.initialize()
« no previous file with comments | « no previous file | logdog/client/annotee/processor.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698