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

Unified Diff: content/renderer/devtools/devtools_client.h

Issue 106223002: chrome power profiler chrome side changes (Closed) Base URL: http://git.chromium.org/chromium/src.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: 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_;

Powered by Google App Engine
This is Rietveld 408576698