Roll chromium to r485143

This commit is contained in:
Andrey Lushnikov
2017-07-11 19:38:20 -07:00
parent f9283f9d4b
commit b0a2cf662e
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ class NetworkManager extends EventEmitter {
*/
async setRequestInterceptor(interceptor) {
this._requestInterceptor = interceptor;
await this._client.send('Network.enableRequestInterception', {enabled: !!interceptor});
await this._client.send('Network.setRequestInterceptionEnabled', {enabled: !!interceptor});
}
/**