Index: content/renderer/devtools/devtools_client.h |
diff --git a/content/renderer/devtools/devtools_client.h b/content/renderer/devtools/devtools_client.h |
index be1e902cdfff7ced1389c71bc7abb1fc77f585d2..fb1dce73c75d9a2399c30ce84b29c21623414343 100644 |
--- a/content/renderer/devtools/devtools_client.h |
+++ b/content/renderer/devtools/devtools_client.h |
@@ -44,6 +44,12 @@ class CONTENT_EXPORT DevToolsClient |
virtual bool isUnderTest() OVERRIDE; |
+ virtual void checkPowerProfileSupportedStatus() OVERRIDE; |
+ virtual void startPowerProfile() OVERRIDE; |
+ virtual void stopPowerProfile() OVERRIDE; |
+ // 0: LOW, 1: NORMAL, 2: HIGH |
+ virtual void setPowerProfileResolution(unsigned resolution) OVERRIDE; |
+ |
void OnDispatchOnInspectorFrontend(const std::string& message); |
scoped_ptr<blink::WebDevToolsFrontend> web_tools_frontend_; |