| Index: trunk/src/chrome/browser/chromeos/login/chrome_restart_request.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/login/chrome_restart_request.cc (revision 196797)
|
| +++ trunk/src/chrome/browser/chromeos/login/chrome_restart_request.cc (working copy)
|
| @@ -84,6 +84,8 @@
|
| ::switches::kDisableSeccompFilterSandbox,
|
| ::switches::kDisableSeccompSandbox,
|
| ::switches::kDisableThreadedCompositing,
|
| + ::switches::kDisableTouchDragDrop,
|
| + ::switches::kDisableTouchEditing,
|
| ::switches::kEnableAcceleratedOverflowScroll,
|
| ::switches::kEnableCompositingForFixedPosition,
|
| ::switches::kEnableGestureTapHighlight,
|
| @@ -93,6 +95,8 @@
|
| ::switches::kEnableLogging,
|
| ::switches::kEnablePinch,
|
| ::switches::kEnableThreadedCompositing,
|
| + ::switches::kEnableTouchDragDrop,
|
| + ::switches::kEnableTouchEditing,
|
| ::switches::kEnableViewport,
|
| ::switches::kEnableVsyncNotification,
|
| ::switches::kForceDeviceScaleFactor,
|
|
|