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

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

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.h
diff --git a/Source/core/inspector/InspectorFrontendHost.h b/Source/core/inspector/InspectorFrontendHost.h
old mode 100644
new mode 100755
index 1bccdca379f5fd83a22ea435bf6ae3ad6aecb0d0..d3aa60bb5c9c15b88eb450247ccbc60fdd9a4cb0
--- a/Source/core/inspector/InspectorFrontendHost.h
+++ b/Source/core/inspector/InspectorFrontendHost.h
@@ -73,6 +73,11 @@ public:
bool isUnderTest();
+ void checkPowerProfileSupportedStatus();
+ void startPowerProfile();
+ void stopPowerProfile();
+ void setPowerProfileResolution(unsigned);
+
private:
friend class FrontendMenuProvider;
InspectorFrontendHost(InspectorFrontendClient* client, Page* frontendPage);

Powered by Google App Engine
This is Rietveld 408576698