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

Unified Diff: ppapi/api/private/ppb_testing_private.idl

Issue 400823004: gin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « content/test/ppapi/ppapi_test.cc ('k') | ppapi/c/private/ppb_testing_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/ppb_testing_private.idl
diff --git a/ppapi/api/private/ppb_testing_private.idl b/ppapi/api/private/ppb_testing_private.idl
index 98ddfc84bba39b9e8ce64b6a88674ba9c70fd6af..0ede2de2ea089c7dfe485f669509408c74e9ff63 100644
--- a/ppapi/api/private/ppb_testing_private.idl
+++ b/ppapi/api/private/ppb_testing_private.idl
@@ -131,4 +131,9 @@ interface PPB_Testing_Private {
*/
void SetMinimumArrayBufferSizeForShmem([in] PP_Instance instance,
[in] uint32_t threshold);
+
+ /**
+ * Run the V8 garbage collector for tests.
+ */
+ void RunV8GC([in] PP_Instance instance);
};
« no previous file with comments | « content/test/ppapi/ppapi_test.cc ('k') | ppapi/c/private/ppb_testing_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698