Skip to content

Commit

Permalink
devtools: regenerate protocol-related files
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Nov 10, 2017
1 parent cb54fdb commit ae40bb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Protocol.BakedSupportedCSSPropertiesChromeTag='64.0.3263.2';
Protocol.BakedSupportedCSSPropertiesChromeRev='784e7b193834fa93e193f5e6793279cc6dfc5197';
Protocol.BakedSupportedCSSPropertiesChromeTag='64.0.3264.0';
Protocol.BakedSupportedCSSPropertiesChromeRev='20cde4eaa43549ff7e7039c7dd28fa21d3a56f79';
Protocol.BakedSupportedCSSProperties=''
+ '[{"name": "-webkit-app-region"},\n'
+ ' {"name": "-webkit-appearance"},\n'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Protocol.PageAgent.prototype.invoke_setAdBlockingEnabled = function(obj) {};
Protocol.PageAgent.prototype.navigate = function(url, opt_referrer, opt_transitionType) {};
/** @typedef {!{url: string, referrer: (string|undefined), transitionType: (Protocol.Page.TransitionType|undefined)}} */
Protocol.PageAgent.NavigateRequest;
/** @typedef {!{loaderId: Protocol.Network.LoaderId, frameId: Protocol.Page.FrameId}} */
/** @typedef {!{errorText: string, frameId: Protocol.Page.FrameId}} */
Protocol.PageAgent.NavigateResponse;
/**
* @param {!Protocol.PageAgent.NavigateRequest} obj
Expand Down

0 comments on commit ae40bb6

Please sign in to comment.