diff options
author | mikhail.pozdnyakov <mikhail.pozdnyakov@intel.com> | 2015-11-17 23:18:28 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-18 07:19:25 +0000 |
commit | d19c83ee78b525d98a33f9fb320fcfffd1535206 (patch) | |
tree | 73211bc29d0a72ce7ee74cf50ddfa9ab3d0d1edc /chrome/app | |
parent | 30b0f37300f8d671d29d91102ec7f475ed4cf7fe (diff) | |
download | chromium_src-d19c83ee78b525d98a33f9fb320fcfffd1535206.zip chromium_src-d19c83ee78b525d98a33f9fb320fcfffd1535206.tar.gz chromium_src-d19c83ee78b525d98a33f9fb320fcfffd1535206.tar.bz2 |
Introduce chrome.displaySource API
This patch introduces the 'chrome.displaySource' API including the idl file and the permission string and feature.
The patch also provides bindings code and the implementation delegate interface for the 'getAvailableSinks', 'requestAuthentication' methods and for the 'onSinksUpdated' event.
The API tests are included.
The API proposal doc: https://docs.google.com/document/d/1svs0p_b6KAIiBrKjaORsA2D8Pd84u8ksnTCfubYVVWA
BUG=242107
Review URL: https://codereview.chromium.org/1410093008
Cr-Commit-Position: refs/heads/master@{#360299}
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 63ff3ca..25b9089 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4215,6 +4215,9 @@ Even if you have downloaded files from this website before, the website might ha <message name="IDS_EXTENSION_PROMPT_WARNING_USERS_PRIVATE" desc="Permission string for access to user accounts."> Read and change whitelisted users </message> + <message name="IDS_EXTENSION_PROMPT_WARNING_DISPLAY_SOURCE" desc="Permission string for access to Display Source API."> + Send audio and video to displays on the local network + </message> </if> <!-- Extension/App error messages --> |