| Index: content/browser/devtools/devtools_protocol_constants.cc
|
| diff --git a/content/browser/devtools/devtools_protocol_constants.cc b/content/browser/devtools/devtools_protocol_constants.cc
|
| index af5ecd1f580d1b51a0bcc095aa51fe707cdd57bc..483b85c5fcbfe4f5321875f4fa33670f75c297ad 100644
|
| --- a/content/browser/devtools/devtools_protocol_constants.cc
|
| +++ b/content/browser/devtools/devtools_protocol_constants.cc
|
| @@ -225,6 +225,23 @@ namespace Page {
|
| } // stopScreencast
|
| } // Page
|
|
|
| +namespace Power {
|
| + const char kName[] = "Power";
|
| +
|
| + namespace dataReceived {
|
| + const char kName[] = "Power.dataReceived";
|
| + const char kParamValue[] = "value";
|
| + } // dataReceived
|
| +
|
| + namespace end {
|
| + const char kName[] = "Power.end";
|
| + } // end
|
| +
|
| + namespace start {
|
| + const char kName[] = "Power.start";
|
| + } // start
|
| +} // Power
|
| +
|
| namespace SystemInfo {
|
| const char kName[] = "SystemInfo";
|
|
|
|
|