| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index bd0145c5813fd1210cfae28d0f8c1cd6669fcca1..b5fc666a5c9820c2f44e15dc3923f7f27c260e6a 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -351,6 +351,11 @@ extern const char kEnableInputImeAPI[];
|
| extern const char kEnableNewAppMenuIcon[];
|
| #endif
|
|
|
| +#if BUILDFLAG(ENABLE_OOP_HEAP_PROFILING)
|
| +extern const char kMemlog[];
|
| +extern const char kMemlogPipe[];
|
| +#endif
|
| +
|
| bool ExtensionsDisabled(const base::CommandLine& command_line);
|
| bool ExtensionsDisabled();
|
| bool MdFeedbackEnabled();
|
|
|