Commit c0a3aa9f authored by Josiah K's avatar Josiah K Committed by Commit Bot

Regenerate latest chrome.js and chrome_extensions.js

Steps:
1. Run third_party/closure_compiler/roll_closure_compiler
2. Remove newly added chrome.fileSystemProvider lines (conflicts with definitions in third_party/closure_compiler/externs/file_system_provider.js)
2. Revert README.chromium

Change-Id: I3e7dab78b8694e25e53d20661528a093f13c9844
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461053
Commit-Queue: calamity <calamity@chromium.org>
Reviewed-by: default avatarcalamity <calamity@chromium.org>
Auto-Submit: Josiah Krutz <josiahk@google.com>
Cr-Commit-Position: refs/heads/master@{#816430}
parent 53cb0fcd
...@@ -486,6 +486,10 @@ Tab.prototype.mutedInfo; ...@@ -486,6 +486,10 @@ Tab.prototype.mutedInfo;
Tab.prototype.url; Tab.prototype.url;
/** @type {string|undefined} */
Tab.prototype.pendingUrl;
// TODO: Make this field optional once dependent projects have been updated. // TODO: Make this field optional once dependent projects have been updated.
/** @type {string} */ /** @type {string} */
Tab.prototype.title; Tab.prototype.title;
......
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