| 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 e24304a540ba41e01b3284ffd00c7d8b38fc9663..00827d81b266a6f74661dd930ddc9c4e4b0beff2 100644
|
| --- a/content/browser/devtools/devtools_protocol_constants.h
|
| +++ b/content/browser/devtools/devtools_protocol_constants.h
|
| @@ -192,6 +192,15 @@ namespace Tracing {
|
| extern const char kValue[];
|
| }
|
|
|
| + namespace configureSyntheticDelays {
|
| + extern const char kName[];
|
| + extern const char kDelays[];
|
| + }
|
| +
|
| + namespace configureSyntheticDelaysComplete {
|
| + extern const char kName[];
|
| + }
|
| +
|
| } // Tracing
|
|
|
| namespace Worker {
|
|
|