Index: chrome/common/extensions/api/platform_keys.idl |
diff --git a/chrome/common/extensions/api/platform_keys.idl b/chrome/common/extensions/api/platform_keys.idl |
index dc875fc5f1a5607835d9423efe179c3d067a8fcb..ec5a50464c439873fc5c7989978bf95b445d2349 100644 |
--- a/chrome/common/extensions/api/platform_keys.idl |
+++ b/chrome/common/extensions/api/platform_keys.idl |
@@ -7,7 +7,7 @@ |
// extension can use such a certficate in its custom authentication protocol. |
// E.g. this allows usage of platform managed certificates in third party VPNs |
// (see $(ref:vpnProvider chrome.vpnProvider)). |
-namespace platformKeys { |
+[use_movable_types=true]namespace platformKeys { |
lazyboy
2016/03/25 17:57:07
nit: space before "namespace"
Devlin
2016/03/29 20:20:35
Done.
|
[noinline_doc] dictionary Match { |
// The DER encoding of a X.509 certificate. |
ArrayBuffer certificate; |