Chromium Code Reviews| Index: Source/modules/beacon/NavigatorBeacon.h |
| diff --git a/Source/modules/beacon/NavigatorBeacon.h b/Source/modules/beacon/NavigatorBeacon.h |
| index 9fb7e44e13ef310d0c3af1da968b8c61474e6473..e40b069c70c37281caf7bf792b4dbaa94df0993e 100644 |
| --- a/Source/modules/beacon/NavigatorBeacon.h |
| +++ b/Source/modules/beacon/NavigatorBeacon.h |
| @@ -43,7 +43,8 @@ private: |
| bool canSendBeacon(ExecutionContext*, const KURL&, ExceptionState&); |
| int maxAllowance() const; |
| - void updateTransmittedBytes(int); |
| + |
| + bool beaconResult(ExecutionContext*, bool, int); |
|
tkent
2014/07/25 00:11:47
nit: It's hard to know what bool and int are. Ple
sof
2014/07/25 05:29:56
Yes, little bit too opaque without; done.
|
| int m_transmittedBytes; |
| Navigator& m_navigator; |