Fix bug introduced with the --show_all_results flag, using cache.

The call to self._ProcessResults is supposed to take the show_all_results
flag as an argument.  This was overlooked in the read-it-out-of-the-cache
path when this change was first introduced.  This CL fixes that.

BUG=None
TEST=I tested cached and non-cached runs, with and without the
--show_all_results option.  Everything worked as it should.

Change-Id: Ibf8f206406b0a4535d48b598709e62135289f993
Reviewed-on: https://chrome-internal-review.googlesource.com/156367
Reviewed-by: Yunlian Jiang <yunlian@google.com>
Tested-by: Caroline Tice <cmtice@google.com>
Commit-Queue: Caroline Tice <cmtice@google.com>
2 files changed