| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 130641)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -1363,6 +1363,11 @@
|
| const char kTouchDevices[] = "touch-devices";
|
| #endif
|
|
|
| +#if defined(USE_AURA)
|
| +// Use TabContentsViewAura instead of the default implementation.
|
| +const char kEnableTCVA[] = "enable-tcva";
|
| +#endif
|
| +
|
| #ifndef NDEBUG
|
| // Enables overriding the path of file manager extension.
|
| const char kFileManagerExtensionPath[] = "filemgr-ext-path";
|
|
|