Chromium Code Reviews| Index: chrome/utility/safe_browsing/mac/dmg_iterator.h |
| diff --git a/chrome/utility/safe_browsing/mac/dmg_iterator.h b/chrome/utility/safe_browsing/mac/dmg_iterator.h |
| index 74f17b0680038ad5d4f69a2374f029211878e49b..96012497cb35f9ad8efab8bf238db17939a77e9c 100644 |
| --- a/chrome/utility/safe_browsing/mac/dmg_iterator.h |
| +++ b/chrome/utility/safe_browsing/mac/dmg_iterator.h |
| @@ -37,6 +37,9 @@ class DMGIterator { |
| // invalid element before the first item. |
| bool Open(); |
| + // Returns the raw code signature file metadata. |
|
Robert Sesek
2017/06/28 18:21:06
"This will be empty for DMGs that are not signed."
mortonm
2017/06/28 23:07:08
Done.
|
| + const std::vector<uint8_t>& GetCodeSignature(); |
| + |
| // Advances the iterator to the next file item. Returns true on success |
| // and false on end-of-iterator. |
| bool Next(); |