Skip to content

Commit 1e2143a

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
authored andcommitted
Roll browser-protocol
This roll requires a manual review. See http://go/reviewed-rolls for guidance. In case of failures or errors, reach out to someone from config/owner/COMMON_OWNERS. Roll created at https://cr-buildbucket.appspot.com/build/8708769938066349377 [email protected] Bug: none Change-Id: If2f0ac84354a76267d0fea5389b6a6cda66262a8 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6774122 Commit-Queue: Simon Zünd <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
1 parent 78c3172 commit 1e2143a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars = {
2424
'inspector_protocol_revision': 'bdc11c1d3130b92e0986f38f2e58f93cc5a674a8',
2525

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : '17e3614108b597e205f22d3486ada914e4dd6249',
27+
'chromium_browser_protocol_revision' : '28d9874ca72f9951478e153b30e1b2a55bceb9f9',
2828

2929
'clang_format_url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git',
3030
'clang_format_revision': '37f6e68a107df43b7d7e044fd36a13cbae3413f2',

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7179,6 +7179,14 @@ export const NativeFunctions = [
71797179
name: "TaskPriorityChangeEvent",
71807180
signatures: [["type","eventInitDict"]]
71817181
},
7182+
{
7183+
name: "registerTool",
7184+
signatures: [["params"]]
7185+
},
7186+
{
7187+
name: "unregisterTool",
7188+
signatures: [["tool_name"]]
7189+
},
71827190
{
71837191
name: "SnapEvent",
71847192
signatures: [["type","?eventInitDict"]]

front_end/third_party/chromium/README.chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: Dependencies sourced from the upstream `chromium` repository
22
URL: https://source.chromium.org/chromium/chromium/src/+/main:components/variations/proto/devtools/
33
Version: N/A
4-
Revision: 17e3614108b597e205f22d3486ada914e4dd6249
4+
Revision: 28d9874ca72f9951478e153b30e1b2a55bceb9f9
55
Update Mechanism: Manual (https://crbug.com/428069060)
66
License: BSD-3-Clause
77
License File: LICENSE

0 commit comments

Comments
 (0)