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

Unified Diff: Source/core/inspector/InspectorFrontendClient.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/InspectorFrontendClient.h
diff --git a/Source/core/inspector/InspectorFrontendClient.h b/Source/core/inspector/InspectorFrontendClient.h
old mode 100644
new mode 100755
index 00848e1e8b822ed16487b4de6cb93f16c35c9803..b76e227e6c451474c3a3c708a34ee2e415298202
--- a/Source/core/inspector/InspectorFrontendClient.h
+++ b/Source/core/inspector/InspectorFrontendClient.h
@@ -49,6 +49,11 @@ public:
virtual void sendMessageToEmbedder(const String&) = 0;
virtual bool isUnderTest() = 0;
+
+ virtual void checkPowerProfileSupportedStatus() = 0;
+ virtual void startPowerProfile() = 0;
+ virtual void stopPowerProfile() = 0;
+ virtual void setPowerProfileResolution(unsigned) = 0;
};
} // namespace WebCore
« no previous file with comments | « no previous file | Source/core/inspector/InspectorFrontendHost.h » ('j') | Source/core/inspector/InspectorFrontendHost.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698