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

Unified Diff: Source/core/testing/InspectorFrontendClientLocal.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/testing/InspectorFrontendClientLocal.h
diff --git a/Source/core/testing/InspectorFrontendClientLocal.h b/Source/core/testing/InspectorFrontendClientLocal.h
old mode 100644
new mode 100755
index a97b8d85005fe311d1a093e91449260f8bf9f2b5..cb2d67ce8797ac8e5657afc60925af1aff0dbdd8
--- a/Source/core/testing/InspectorFrontendClientLocal.h
+++ b/Source/core/testing/InspectorFrontendClientLocal.h
@@ -60,6 +60,11 @@ public:
virtual bool isUnderTest() { return true; }
+ virtual void checkPowerProfileSupportedStatus() { }
+ virtual void startPowerProfile() { }
+ virtual void stopPowerProfile() { }
+ virtual void setPowerProfileResolution(unsigned) { }
+
private:
Page* m_frontendPage;
// TODO(yurys): this ref shouldn't be needed.

Powered by Google App Engine
This is Rietveld 408576698