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

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js

Issue 2092743002: Revert of Make ChromeVox Next a setting in options page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 5
6 /** 6 /**
7 * @fileoverview Definitions for the Chromium extensions API used by ChromeVox. 7 * @fileoverview Definitions for the Chromium extensions API used by ChromeVox.
8 * 8 *
9 * @externs 9 * @externs
10 */ 10 */
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 chrome.automation.AutomationNode.prototype.wordStarts; 423 chrome.automation.AutomationNode.prototype.wordStarts;
424 424
425 425
426 /** 426 /**
427 * @type {Array<number>} 427 * @type {Array<number>}
428 */ 428 */
429 chrome.automation.AutomationNode.prototype.wordEnds; 429 chrome.automation.AutomationNode.prototype.wordEnds;
430 430
431 431
432 /** 432 /**
433 * @type {chrome.automation.AutomationNode} 433 * @type {!chrome.automation.AutomationNode}
434 */ 434 */
435 chrome.automation.AutomationNode.prototype.root; 435 chrome.automation.AutomationNode.prototype.root;
436 436
437 437
438 /** 438 /**
439 * @type {chrome.automation.AutomationNode} 439 * @type {chrome.automation.AutomationNode}
440 */ 440 */
441 chrome.automation.AutomationNode.prototype.firstChild; 441 chrome.automation.AutomationNode.prototype.firstChild;
442 442
443 443
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 */ 613 */
614 chrome.automation.focusOffset; 614 chrome.automation.focusOffset;
615 615
616 /** 616 /**
617 * @type {(chrome.automation.AutomationNode|undefined)} 617 * @type {(chrome.automation.AutomationNode|undefined)}
618 */ 618 */
619 chrome.automation.AutomationNode.prototype.activeDescendant; 619 chrome.automation.AutomationNode.prototype.activeDescendant;
620 620
621 /** @type {function() : !Object} */ 621 /** @type {function() : !Object} */
622 chrome.app.getDetails; 622 chrome.app.getDetails;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698