Skip to content

Commit ee77473

Browse files
committed
devtools: regenerate protocol-related files
1 parent 8f756f6 commit ee77473

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

resources/unpacked/devtools/front_end/InspectorBackendCommands.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/unpacked/devtools/front_end/SupportedCSSProperties.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Protocol.BakedSupportedCSSPropertiesChromeTag='61.0.3147.2';
2-
Protocol.BakedSupportedCSSPropertiesChromeRev='829f2e0b37d0175ac65aee0cbc9a603fcc994db7';
1+
Protocol.BakedSupportedCSSPropertiesChromeTag='61.0.3149.2';
2+
Protocol.BakedSupportedCSSPropertiesChromeRev='3c79d018fb4953a250235e6bcbafe7a18d52dc52';
33
Protocol.BakedSupportedCSSProperties=''
44
+ '[{"name": "-webkit-app-region"},\n'
55
+ ' {"name": "-webkit-appearance"},\n'

resources/unpacked/devtools/front_end/generated_protocol_externs.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,6 @@ Protocol.NetworkDispatcher = function() {};
19181918
Protocol.NetworkDispatcher.prototype.resourceChangedPriority = function(requestId, newPriority, timestamp) {};
19191919
/**
19201920
* @param {Protocol.Network.RequestId} requestId
1921-
* @param {Protocol.Page.FrameId} frameId
19221921
* @param {Protocol.Network.LoaderId} loaderId
19231922
* @param {string} documentURL
19241923
* @param {Protocol.Network.Request} request
@@ -1927,21 +1926,22 @@ Protocol.NetworkDispatcher.prototype.resourceChangedPriority = function(requestI
19271926
* @param {Protocol.Network.Initiator} initiator
19281927
* @param {Protocol.Network.Response=} opt_redirectResponse
19291928
* @param {Protocol.Page.ResourceType=} opt_type
1929+
* @param {Protocol.Page.FrameId=} opt_frameId
19301930
*/
1931-
Protocol.NetworkDispatcher.prototype.requestWillBeSent = function(requestId, frameId, loaderId, documentURL, request, timestamp, wallTime, initiator, opt_redirectResponse, opt_type) {};
1931+
Protocol.NetworkDispatcher.prototype.requestWillBeSent = function(requestId, loaderId, documentURL, request, timestamp, wallTime, initiator, opt_redirectResponse, opt_type, opt_frameId) {};
19321932
/**
19331933
* @param {Protocol.Network.RequestId} requestId
19341934
*/
19351935
Protocol.NetworkDispatcher.prototype.requestServedFromCache = function(requestId) {};
19361936
/**
19371937
* @param {Protocol.Network.RequestId} requestId
1938-
* @param {Protocol.Page.FrameId} frameId
19391938
* @param {Protocol.Network.LoaderId} loaderId
19401939
* @param {Protocol.Network.Timestamp} timestamp
19411940
* @param {Protocol.Page.ResourceType} type
19421941
* @param {Protocol.Network.Response} response
1942+
* @param {Protocol.Page.FrameId=} opt_frameId
19431943
*/
1944-
Protocol.NetworkDispatcher.prototype.responseReceived = function(requestId, frameId, loaderId, timestamp, type, response) {};
1944+
Protocol.NetworkDispatcher.prototype.responseReceived = function(requestId, loaderId, timestamp, type, response, opt_frameId) {};
19451945
/**
19461946
* @param {Protocol.Network.RequestId} requestId
19471947
* @param {Protocol.Network.Timestamp} timestamp

0 commit comments

Comments
 (0)