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

Unified Diff: Source/core/inspector/InspectorFrontendHost.idl

Issue 104523002: [DevTools] Add power profiler and power overview in timeline panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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: Source/core/inspector/InspectorFrontendHost.idl
diff --git a/Source/core/inspector/InspectorFrontendHost.idl b/Source/core/inspector/InspectorFrontendHost.idl
old mode 100644
new mode 100755
index 467e7aa563e4807429c52605f1ddbb71095bcd6e..ac76e88126276c1f940194ebf6f2b5bf49f15867
--- a/Source/core/inspector/InspectorFrontendHost.idl
+++ b/Source/core/inspector/InspectorFrontendHost.idl
@@ -57,4 +57,9 @@
void upgradeDraggedFileSystemPermissions(DOMFileSystem domFileSystem);
boolean isUnderTest();
+
+ void checkPowerProfileSupportedStatus();
pfeldman 2014/01/09 11:38:52 These should not be defined in the front-end embed
+ void startPowerProfile();
+ void stopPowerProfile();
+ void setPowerProfileResolution(unsigned long resolution);
};

Powered by Google App Engine
This is Rietveld 408576698