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

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

Issue 1822303002: [Extensions] Convert APIs to use movable types [4] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Istiaque'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
Index: chrome/common/extensions/api/enterprise_platform_keys_internal.idl
diff --git a/chrome/common/extensions/api/enterprise_platform_keys_internal.idl b/chrome/common/extensions/api/enterprise_platform_keys_internal.idl
index 7d35f90f43710962b3f2b4559ac9c013865039d0..2fc35e1c3dee536a588035683c3b4a57285506b3 100644
--- a/chrome/common/extensions/api/enterprise_platform_keys_internal.idl
+++ b/chrome/common/extensions/api/enterprise_platform_keys_internal.idl
@@ -4,7 +4,8 @@
// Internal API for platform keys and certificate management.
[ platforms = ("chromeos"),
- implemented_in = "chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h" ]
+ implemented_in = "chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h",
+ use_movable_types=true ]
namespace enterprise.platformKeysInternal {
// Invoked by <code>getTokens</code>.
// |tokenIds| The list of IDs of the avialable Tokens.

Powered by Google App Engine
This is Rietveld 408576698