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 /extensions/browser/extension_event_histogram_value.h | |
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 'extensions/browser/extension_event_histogram_value.h')
-rw-r--r-- | extensions/browser/extension_event_histogram_value.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h index 8a2bf65..6d0b30e 100644 --- a/extensions/browser/extension_event_histogram_value.h +++ b/extensions/browser/extension_event_histogram_value.h @@ -410,6 +410,7 @@ enum HistogramValue { EASY_UNLOCK_PRIVATE_ON_CONNECTION_STATUS_CHANGED, EASY_UNLOCK_PRIVATE_ON_DATA_RECEIVED, EASY_UNLOCK_PRIVATE_ON_SEND_COMPLETED, + DISPLAY_SOURCE_ON_SINKS_UPDATED, // Last entry: Add new entries above, then run: // python tools/metrics/histograms/update_extension_histograms.py ENUM_BOUNDARY |