Chromium Code Reviews| Index: Source/core/inspector/InspectorFrontendHost.idl |
| diff --git a/Source/core/inspector/InspectorFrontendHost.idl b/Source/core/inspector/InspectorFrontendHost.idl |
| old mode 100644 |
| new mode 100755 |
| index 467e7aa563e4807429c52605f1ddbb71095bcd6e..ac76e88126276c1f940194ebf6f2b5bf49f15867 |
| --- a/Source/core/inspector/InspectorFrontendHost.idl |
| +++ b/Source/core/inspector/InspectorFrontendHost.idl |
| @@ -57,4 +57,9 @@ |
| void upgradeDraggedFileSystemPermissions(DOMFileSystem domFileSystem); |
| boolean isUnderTest(); |
| + |
| + void checkPowerProfileSupportedStatus(); |
|
pfeldman
2014/01/09 11:38:52
These should not be defined in the front-end embed
|
| + void startPowerProfile(); |
| + void stopPowerProfile(); |
| + void setPowerProfileResolution(unsigned long resolution); |
| }; |