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