| 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 a05493318e114ed5a4fe4058012599caa4c896f9..8c67b02d27d40c3134c91062462a3d2d01f7047c 100644
|
| --- a/content/browser/devtools/devtools_protocol_constants.h
|
| +++ b/content/browser/devtools/devtools_protocol_constants.h
|
| @@ -80,6 +80,15 @@ namespace disconnectedFromWorker {
|
| } // disconnectedFromWorker
|
| } // Worker
|
|
|
| +
|
| +namespace SystemInfo {
|
| + extern const char kName[];
|
| +
|
| +namespace getGPUInfo {
|
| + extern const char kName[];
|
| +} // getGPUInfo
|
| +} // SystemInfo
|
| +
|
| } // devtools
|
| } // content
|
|
|
|
|