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

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

Issue 1833773002: [Extensions] Convert APIs to use movable types [8] (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/platform_keys_internal.idl
diff --git a/chrome/common/extensions/api/platform_keys_internal.idl b/chrome/common/extensions/api/platform_keys_internal.idl
index 48719e2c91b6b831f7d00ac69d93e51307ced9e8..8af6c1201cd2acea4439b8670728a6658d350e43 100644
--- a/chrome/common/extensions/api/platform_keys_internal.idl
+++ b/chrome/common/extensions/api/platform_keys_internal.idl
@@ -4,7 +4,8 @@
// Internal API for to implement the platformKeys and enterprise.platformKeys
// APIs.
-[implemented_in = "chrome/browser/extensions/api/platform_keys/platform_keys_api.h"]
+[implemented_in = "chrome/browser/extensions/api/platform_keys/platform_keys_api.h",
+use_movable_types=true]
namespace platformKeysInternal {
callback SelectCallback = void (platformKeys.Match[] certs);
« no previous file with comments | « chrome/common/extensions/api/platform_keys.idl ('k') | chrome/common/extensions/api/preferences_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698