Update to API changes of Chrome 47
This commit is contained in:
parent
5d8167afd6
commit
75d0bc848d
21 changed files with 103 additions and 59 deletions
|
@ -68,7 +68,7 @@ class DevToolsNetworkInterceptor {
|
|||
// Transactions waiting certain amount of transfer to be accounted.
|
||||
std::vector<DevToolsNetworkTransaction*> throttled_transactions_;
|
||||
|
||||
base::OneShotTimer<DevToolsNetworkInterceptor> timer_;
|
||||
base::OneShotTimer timer_;
|
||||
base::TimeTicks offset_;
|
||||
base::TimeDelta tick_length_;
|
||||
base::TimeDelta latency_length_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue