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

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

Issue 1811413002: [Extensions] Update generated code to support move operations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile fix 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/developer_private.idl
diff --git a/chrome/common/extensions/api/developer_private.idl b/chrome/common/extensions/api/developer_private.idl
index 564b1cb2d59a7c4a83df95711f09ab917391b04a..bf6e4907a80ecbcd8d03658550645340f852efd2 100644
--- a/chrome/common/extensions/api/developer_private.idl
+++ b/chrome/common/extensions/api/developer_private.idl
@@ -5,7 +5,7 @@
// developerPrivate API.
// This is a private API exposing developing and debugging functionalities for
// apps and extensions.
-namespace developerPrivate {
+[use_movable_types=true] namespace developerPrivate {
// DEPRECATED: Prefer ExtensionType.
enum ItemType {

Powered by Google App Engine
This is Rietveld 408576698