| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index b6477c2e01f135648a3205a86f460ed4fed128e3..85059bfe5b20dd2fcba8e1c84f4969a9baa54373 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -275,6 +275,9 @@ extern const char kProcessPerTab[];
|
| extern const char kProcessType[];
|
| extern const char kProductVersion[];
|
| extern const char kProfileImportProcess[];
|
| +extern const char kProfilingAtStart[];
|
| +extern const char kProfilingFile[];
|
| +extern const char kProfilingFlush[];
|
| extern const char kProxyAutoDetect[];
|
| extern const char kProxyBypassList[];
|
| extern const char kProxyPacUrl[];
|
|
|