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

Unified Diff: chrome/common/extensions/api/certificate_provider_internal.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/certificate_provider_internal.idl
diff --git a/chrome/common/extensions/api/certificate_provider_internal.idl b/chrome/common/extensions/api/certificate_provider_internal.idl
index dc2d3aa41690d8afae9d165a57af90a6e67e8f39..aa179d269709379b93a2d09c8feb718ffc7a9baa 100644
--- a/chrome/common/extensions/api/certificate_provider_internal.idl
+++ b/chrome/common/extensions/api/certificate_provider_internal.idl
@@ -10,7 +10,7 @@
// runs the callback to report its results, the callback magically prepends the
// request ID to the results and calls the respective internal report function
// (reportSignature or reportCertificates).
-[implemented_in = "chrome/browser/extensions/api/certificate_provider/certificate_provider_api.h",use_movable_types=true]
+[implemented_in = "chrome/browser/extensions/api/certificate_provider/certificate_provider_api.h"]
namespace certificateProviderInternal {
callback DoneCallback = void ();
callback ResultCallback = void (ArrayBuffer[] rejectedCertificates);

Powered by Google App Engine
This is Rietveld 408576698