Commit f871e278 authored by Mike Frysinger's avatar Mike Frysinger Committed by Commit Bot

externs generator: add more APIs to the generated list

These APIs were already being generated, so make sure they stay in sync.

Bug: 469920
Change-Id: Ia8c77affe69730a3b3be3455af200e6633dc6848
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217866
Commit-Queue: Mike Frysinger <vapier@chromium.org>
Reviewed-by: default avatardpapad <dpapad@chromium.org>
Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#775312}
parent c55b31ba
...@@ -4,12 +4,14 @@ accessibility_private.json ...@@ -4,12 +4,14 @@ accessibility_private.json
activity_log_private.json activity_log_private.json
autofill_private.idl autofill_private.idl
bookmark_manager_private.json bookmark_manager_private.json
chromeos_info_private.json
command_line_private.json command_line_private.json
developer_private.idl developer_private.idl
file_manager_private.idl file_manager_private.idl
file_system_provider.idl file_system_provider.idl
input_method_private.json input_method_private.json
language_settings_private.idl language_settings_private.idl
login_state.idl
media_player_private.json media_player_private.json
passwords_private.idl passwords_private.idl
quick_unlock_private.idl quick_unlock_private.idl
...@@ -19,3 +21,4 @@ settings_private.idl ...@@ -19,3 +21,4 @@ settings_private.idl
system_private.json system_private.json
terminal_private.json terminal_private.json
users_private.idl users_private.idl
webview_tag.json
...@@ -32,7 +32,6 @@ chrome.chromeosInfoPrivate.PropertyName = { ...@@ -32,7 +32,6 @@ chrome.chromeosInfoPrivate.PropertyName = {
A11Y_SELECT_TO_SPEAK_ENABLED: 'a11ySelectToSpeakEnabled', A11Y_SELECT_TO_SPEAK_ENABLED: 'a11ySelectToSpeakEnabled',
A11Y_SWITCH_ACCESS_ENABLED: 'a11ySwitchAccessEnabled', A11Y_SWITCH_ACCESS_ENABLED: 'a11ySwitchAccessEnabled',
SEND_FUNCTION_KEYS: 'sendFunctionKeys', SEND_FUNCTION_KEYS: 'sendFunctionKeys',
CAMERA_MEDIA_CONSOLIDATED: 'cameraMediaConsolidated',
}; };
/** /**
...@@ -116,7 +115,6 @@ chrome.chromeosInfoPrivate.AssistantStatus = { ...@@ -116,7 +115,6 @@ chrome.chromeosInfoPrivate.AssistantStatus = {
* a11yAutoClickEnabled: (boolean|undefined), * a11yAutoClickEnabled: (boolean|undefined),
* a11yVirtualKeyboardEnabled: (boolean|undefined), * a11yVirtualKeyboardEnabled: (boolean|undefined),
* sendFunctionKeys: (boolean|undefined), * sendFunctionKeys: (boolean|undefined),
* cameraMediaConsolidated: (boolean|undefined),
* supportedTimezones: (!Array<!Array<string>>|undefined) * supportedTimezones: (!Array<!Array<string>>|undefined)
* }): void} callback * }): void} callback
*/ */
......
// Copyright 2019 The Chromium Authors. All rights reserved. // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
...@@ -11,9 +11,7 @@ ...@@ -11,9 +11,7 @@
/** @fileoverview Externs generated from namespace: loginState */ /** @fileoverview Externs generated from namespace: loginState */
/** /** @const */
* @const
*/
chrome.loginState = {}; chrome.loginState = {};
/** /**
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// TODO(crbug.com/1085633): Inline enums need to be cleaned up in the source
// specification before we can autogenerate this.
/** /**
* @typedef {{ * @typedef {{
* since: (number|undefined) * since: (number|undefined)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment