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

Unified Diff: core/testing/InternalProfilers.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 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 | « core/svg/SVGZoomEvent.idl ('k') | core/testing/InternalSettings.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/testing/InternalProfilers.idl
diff --git a/core/inspector/InspectorOverlayHost.idl b/core/testing/InternalProfilers.idl
similarity index 89%
copy from core/inspector/InspectorOverlayHost.idl
copy to core/testing/InternalProfilers.idl
index 2f1978e4e1f4aee160ec91e972d07b57db755d79..7030e9e4116e37ae7a564dd9ae3a0b22bcf52778 100644
--- a/core/inspector/InspectorOverlayHost.idl
+++ b/core/testing/InternalProfilers.idl
@@ -30,7 +30,9 @@
[
NoInterfaceObject
-] interface InspectorOverlayHost {
- void resume();
- void stepOver();
+] interface InternalProfilers {
+ void startHeapProfiling(DOMString prefix);
+ void stopHeapProfiling();
+ void dumpHeapProfiling(DOMString reason);
+ DOMString getHeapProfile();
};
« no previous file with comments | « core/svg/SVGZoomEvent.idl ('k') | core/testing/InternalSettings.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698