Chromium Code Reviews| Index: components/data_usage/core/data_use.h |
| diff --git a/components/data_usage/core/data_use.h b/components/data_usage/core/data_use.h |
| index e04d04cdd48280b389a3278c86c70496c30c32b1..9a1c3398f516ac99a8a539b52436be8ba28b8d47 100644 |
| --- a/components/data_usage/core/data_use.h |
| +++ b/components/data_usage/core/data_use.h |
| @@ -48,6 +48,11 @@ struct DataUse { |
| int64_t tx_bytes; |
| int64_t rx_bytes; |
| + |
| + // TODO in this CL: remove these debug members. |
|
bengr
2015/11/10 18:12:50
Remove them.
sclittle
2015/11/11 02:10:08
Done.
|
| + int64_t before_tx_bytes; |
| + int64_t before_rx_bytes; |
| + base::TimeTicks created_ticks; |
| }; |
| } // namespace data_usage |