| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 037a55884d7a8b0a42329892093b1f207baec01a..fb523db3371dbfdee21e09799b5b728fb4a894e9 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1353,10 +1353,6 @@ const char kDisableDesktopShortcuts[] = "disable-desktop-shortcuts";
|
| #endif
|
|
|
| #if defined(TOOLKIT_VIEWS)
|
| -// Enables debug paint in views framework. Enabling this causes the damaged
|
| -// region being painted to flash in red.
|
| -const char kDebugViewsPaint[] = "debug-views-paint";
|
| -
|
| // Tells chrome to interpret events from these devices as touch events. Only
|
| // available with XInput 2 (i.e. X server 1.8 or above). The id's of the
|
| // devices can be retrieved from 'xinput list'.
|
|
|