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

Unified Diff: extensions/common/api/display_source.idl

Issue 1841483002: [Extensions] Convert APIs to use movable types [11] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/api/diagnostics.idl ('k') | extensions/common/api/dns.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/display_source.idl
diff --git a/extensions/common/api/display_source.idl b/extensions/common/api/display_source.idl
index 0659b513c2b3fb116b084c08adc6b5f9d1c24d6c..4e0185c66d1dc129e6ca4e53d6db763219df08b3 100644
--- a/extensions/common/api/display_source.idl
+++ b/extensions/common/api/display_source.idl
@@ -4,13 +4,13 @@
// The <code>chrome.displaySource</code> API creates a Display
// session using WebMediaStreamTrack as sources.
-namespace displaySource {
+[use_movable_types=true] namespace displaySource {
enum ErrorType {
// The connection with sink cannot be established or has dropped
// unexpectedly.
connection_error,
- // The capabilities of this Display Source and the connected
+ // The capabilities of this Display Source and the connected
// sink do not fit (e.g. the sink cannot play the media content of
// the formats given by the source).
capabilities_negotiation_error,
@@ -82,7 +82,7 @@ namespace displaySource {
// <code>chrome.runtime.lastError</code> set to error
// message if the call has failed.
[inline_doc] callback CallCompleteCallback = void ();
-
+
interface Functions {
// Queries the list of the currently available Display sinks.
//
« no previous file with comments | « extensions/common/api/diagnostics.idl ('k') | extensions/common/api/dns.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698