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

Unified Diff: public/web/WebDevToolsFrontendClient.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: public/web/WebDevToolsFrontendClient.h
diff --git a/public/web/WebDevToolsFrontendClient.h b/public/web/WebDevToolsFrontendClient.h
old mode 100644
new mode 100755
index 53add1c1c2b3ff40d0eccb970f030876b6dd6001..8835f92458e9db671a907f0815a2f9af0cfb80c0
--- a/public/web/WebDevToolsFrontendClient.h
+++ b/public/web/WebDevToolsFrontendClient.h
@@ -47,6 +47,11 @@ public:
virtual bool isUnderTest() { return false; }
+ virtual void checkPowerProfileSupportedStatus() { }
+ virtual void startPowerProfile() { }
+ virtual void stopPowerProfile() { }
+ virtual void setPowerProfileResolution(unsigned) { }
+
protected:
virtual ~WebDevToolsFrontendClient() {}
};
« Source/devtools/protocol.json ('K') | « Source/web/InspectorFrontendClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698