| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 7a74fa70446fb669d54165fa740031377b99402d..b77fd4f0029450b63acf4e9f8402532463c22a92 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -356,6 +356,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);
|
|
|