Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| =================================================================== |
| --- chrome/common/chrome_switches.h (revision 130641) |
| +++ chrome/common/chrome_switches.h (working copy) |
| @@ -390,6 +390,10 @@ |
| extern const char kTouchDevices[]; |
| #endif |
| +#if defined(USE_AURA) |
| +extern const char kEnableTCVA[]; |
| +#endif |
| + |
| #ifndef NDEBUG |
| extern const char kFileManagerExtensionPath[]; |
| extern const char kDumpProfileDependencyGraph[]; |