Index: components/packed_ct_ev_whitelist/bit_stream_reader.h |
diff --git a/components/packed_ct_ev_whitelist/bit_stream_reader.h b/components/packed_ct_ev_whitelist/bit_stream_reader.h |
index 45fa5f5a39d7463ad8a1f5855833240b6a2893db..5c95243a1af408fed664735d81f48d8e226efb5f 100644 |
--- a/components/packed_ct_ev_whitelist/bit_stream_reader.h |
+++ b/components/packed_ct_ev_whitelist/bit_stream_reader.h |
@@ -41,6 +41,11 @@ class BitStreamReader { |
// LSB. |
uint8_t ReadBit(); |
+ // Reads a single byte. |
+ // Precondition: The stream must be byte-aligned (current_bit_ == 7) before |
+ // calling this function. |
+ uint8_t ReadByte(); |
+ |
const base::StringPiece source_; |
// Index of the byte currently being read from. |