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

Unified Diff: golden/go/diff/diff.go

Issue 884943003: Ignore traces (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 11 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 | « golden/go/analysis/triage.go ('k') | golden/go/filediffstore/filediffstore.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: golden/go/diff/diff.go
diff --git a/golden/go/diff/diff.go b/golden/go/diff/diff.go
index 29fbb3056f1407928a61b5914667a044afb06844..aae2c887c004bddd855656ce835cc7f9e037e2b6 100644
--- a/golden/go/diff/diff.go
+++ b/golden/go/diff/diff.go
@@ -40,10 +40,10 @@ type DiffStore interface {
// image digests.
AbsPath(digest []string) map[string]string
- // IgnoreableDigests returns the set of digests that cannot be downloaded or
+ // UnavailableDigests returns the set of digests that cannot be downloaded or
// processed (e.g. because the PNG is corrupted) and should therefore be
// be ignored. The return value is considered to be read only.
- IgnorableDigests() map[string]bool
+ UnavailableDigests() map[string]bool
}
// OpenImage is a utility function that opens the specified file and returns an
« no previous file with comments | « golden/go/analysis/triage.go ('k') | golden/go/filediffstore/filediffstore.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698