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

Unified Diff: Source/web/InspectorFrontendClientImpl.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/web/InspectorFrontendClientImpl.h
diff --git a/Source/web/InspectorFrontendClientImpl.h b/Source/web/InspectorFrontendClientImpl.h
old mode 100644
new mode 100755
index 3fbf6cb58b1b13fa8a6328cb27932be913311bf1..fad5173ed68de99bee64c2ac77de2847997facd3
--- a/Source/web/InspectorFrontendClientImpl.h
+++ b/Source/web/InspectorFrontendClientImpl.h
@@ -61,6 +61,11 @@ public:
virtual bool isUnderTest();
+ virtual void checkPowerProfileSupportedStatus();
+ virtual void startPowerProfile();
+ virtual void stopPowerProfile();
+ virtual void setPowerProfileResolution(unsigned);
+
private:
WebCore::Page* m_frontendPage;
WebDevToolsFrontendClient* m_client;

Powered by Google App Engine
This is Rietveld 408576698