| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index dd1d512196295c289b23e2f2a5a93e6887cc9eb8..975a7bfeb5f020c753ed31e4a8a2c226929d0ddd 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -348,6 +348,7 @@ extern const char kUseSystemDefaultPrinter[];
|
| #if BUILDFLAG(ENABLE_OOP_HEAP_PROFILING)
|
| extern const char kMemlog[];
|
| extern const char kMemlogPipe[];
|
| +extern const char kProfiling[];
|
| #endif
|
|
|
| bool ExtensionsDisabled(const base::CommandLine& command_line);
|
|
|