| 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
|
|
|