Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Side by Side Diff: third_party/closure_compiler/externs/developer_private.js

Issue 2898203004: [Extensions] Remove "show button" UI from chrome://extensions (Closed)
Patch Set: Dan's Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/data/extensions/api_test/developer/generated_output/hpiknbiabeeppbpihjehijgoemciehgk.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file was generated by: 5 // This file was generated by:
6 // tools/json_schema_compiler/compiler.py. 6 // tools/json_schema_compiler/compiler.py.
7 // NOTE: The format of types has changed. 'FooType' is now 7 // NOTE: The format of types has changed. 'FooType' is now
8 // 'chrome.developerPrivate.FooType'. 8 // 'chrome.developerPrivate.FooType'.
9 // Please run the closure compiler before committing changes. 9 // Please run the closure compiler before committing changes.
10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp ilation.md 10 // See https://chromium.googlesource.com/chromium/src/+/master/docs/closure_comp ilation.md
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 * @see https://developer.chrome.com/extensions/developerPrivate#type-GetExtensi onsInfoOptions 372 * @see https://developer.chrome.com/extensions/developerPrivate#type-GetExtensi onsInfoOptions
373 */ 373 */
374 chrome.developerPrivate.GetExtensionsInfoOptions; 374 chrome.developerPrivate.GetExtensionsInfoOptions;
375 375
376 /** 376 /**
377 * @typedef {{ 377 * @typedef {{
378 * extensionId: string, 378 * extensionId: string,
379 * fileAccess: (boolean|undefined), 379 * fileAccess: (boolean|undefined),
380 * incognitoAccess: (boolean|undefined), 380 * incognitoAccess: (boolean|undefined),
381 * errorCollection: (boolean|undefined), 381 * errorCollection: (boolean|undefined),
382 * runOnAllUrls: (boolean|undefined), 382 * runOnAllUrls: (boolean|undefined)
383 * showActionButton: (boolean|undefined)
384 * }} 383 * }}
385 * @see https://developer.chrome.com/extensions/developerPrivate#type-ExtensionC onfigurationUpdate 384 * @see https://developer.chrome.com/extensions/developerPrivate#type-ExtensionC onfigurationUpdate
386 */ 385 */
387 chrome.developerPrivate.ExtensionConfigurationUpdate; 386 chrome.developerPrivate.ExtensionConfigurationUpdate;
388 387
389 /** 388 /**
390 * @typedef {{ 389 * @typedef {{
391 * inDeveloperMode: (boolean|undefined) 390 * inDeveloperMode: (boolean|undefined)
392 * }} 391 * }}
393 * @see https://developer.chrome.com/extensions/developerPrivate#type-ProfileCon figurationUpdate 392 * @see https://developer.chrome.com/extensions/developerPrivate#type-ProfileCon figurationUpdate
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 * @see https://developer.chrome.com/extensions/developerPrivate#event-onItemSta teChanged 809 * @see https://developer.chrome.com/extensions/developerPrivate#event-onItemSta teChanged
811 */ 810 */
812 chrome.developerPrivate.onItemStateChanged; 811 chrome.developerPrivate.onItemStateChanged;
813 812
814 /** 813 /**
815 * Fired when the profile's state has changed. 814 * Fired when the profile's state has changed.
816 * @type {!ChromeEvent} 815 * @type {!ChromeEvent}
817 * @see https://developer.chrome.com/extensions/developerPrivate#event-onProfile StateChanged 816 * @see https://developer.chrome.com/extensions/developerPrivate#event-onProfile StateChanged
818 */ 817 */
819 chrome.developerPrivate.onProfileStateChanged; 818 chrome.developerPrivate.onProfileStateChanged;
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/developer/generated_output/hpiknbiabeeppbpihjehijgoemciehgk.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698