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

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

Issue 1848103005: [Extensions] Remove the "use_movable_types" entry from idl/json files (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
Index: chrome/common/extensions/api/copresence.idl
diff --git a/chrome/common/extensions/api/copresence.idl b/chrome/common/extensions/api/copresence.idl
index fd87efa860b2f8570d3be334afd4b7cdeb8c8270..a9c60908ec173f4bb0d47a591952ee8f4d033182 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.
-[use_movable_types=true] namespace copresence {
+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.

Powered by Google App Engine
This is Rietveld 408576698