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

Unified Diff: chrome/common/extensions/api/copresence.idl

Issue 1828683002: [Extensions] Convert APIs to use movable types [3] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Antony's 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 | « chrome/common/extensions/api/cookies.json ('k') | chrome/common/extensions/api/copresence_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/copresence.idl
diff --git a/chrome/common/extensions/api/copresence.idl b/chrome/common/extensions/api/copresence.idl
index a9c60908ec173f4bb0d47a591952ee8f4d033182..fd87efa860b2f8570d3be334afd4b7cdeb8c8270 100644
--- a/chrome/common/extensions/api/copresence.idl
+++ b/chrome/common/extensions/api/copresence.idl
@@ -4,7 +4,7 @@
// Use the <code>chrome.copresence</code> API to communicate with other nearby
// devices using Google's copresence service.
-namespace copresence {
+[use_movable_types=true] namespace copresence {
// Suggestions to copresence on how to do the publication and subscription.
// Note: These are only suggestions. Actual behavior may not always match
// what is requested.
« no previous file with comments | « chrome/common/extensions/api/cookies.json ('k') | chrome/common/extensions/api/copresence_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698