Index: content/browser/devtools/devtools_protocol_constants.h |
diff --git a/content/browser/devtools/devtools_protocol_constants.h b/content/browser/devtools/devtools_protocol_constants.h |
index 8ed159bc0dfb1ba44244789b67f212d4312f2124..0d8d567ad25be9512fb23fd923a324efbbe63481 100644 |
--- a/content/browser/devtools/devtools_protocol_constants.h |
+++ b/content/browser/devtools/devtools_protocol_constants.h |
@@ -226,6 +226,23 @@ namespace Page { |
} // stopScreencast |
} // Page |
+namespace Power { |
+ extern const char kName[]; |
+ |
+ namespace dataReceived { |
+ extern const char kName[]; |
+ extern const char kParamValue[]; |
+ } // dataReceived |
+ |
+ namespace end { |
+ extern const char kName[]; |
+ } // end |
+ |
+ namespace start { |
+ extern const char kName[]; |
+ } // start |
+} // Power |
+ |
namespace SystemInfo { |
extern const char kName[]; |