| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index ca1144d42f864a037a9015b3271cafd36c3d85e7..bb9ffc97185b2f3a54878abfa62a9277fb6aa890 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -101,6 +101,9 @@ extern const char kInProcessPlugins[];
|
| extern const char kIncognito[];
|
| extern const char kInternalNaCl[];
|
| extern const char kInternalPepper[];
|
| +#ifndef NDEBUG
|
| +extern const char kInvalidateSyncLogin[];
|
| +#endif
|
| extern const char kJavaScriptFlags[];
|
| extern const char kLoadExtension[];
|
| extern const char kLoadPlugin[];
|
|
|