| Index: trunk/src/content/browser/renderer_host/render_process_host_impl.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/render_process_host_impl.cc (revision 196797)
|
| +++ trunk/src/content/browser/renderer_host/render_process_host_impl.cc (working copy)
|
| @@ -820,6 +820,8 @@
|
| switches::kDisableSessionStorage,
|
| switches::kDisableSharedWorkers,
|
| switches::kDisableSpeechInput,
|
| + switches::kDisableTouchDragDrop,
|
| + switches::kDisableTouchEditing,
|
| #if defined(OS_ANDROID)
|
| switches::kEnableWebAudio,
|
| switches::kDisableWebRTC,
|
| @@ -843,6 +845,8 @@
|
| switches::kEnableGpuBenchmarking,
|
| switches::kEnableMemoryBenchmarking,
|
| switches::kEnableLogging,
|
| + switches::kEnableTouchDragDrop,
|
| + switches::kEnableTouchEditing,
|
| switches::kEnableVsyncNotification,
|
| switches::kEnableWebPInAcceptHeader,
|
| switches::kDisableMediaSource,
|
| @@ -870,8 +874,6 @@
|
| switches::kEnableHighDpiCompositingForFixedPosition,
|
| switches::kDisableCompositingForFixedPosition,
|
| switches::kEnableAcceleratedPainting,
|
| - switches::kEnableTouchDragDrop,
|
| - switches::kEnableTouchEditing,
|
| switches::kDisableThreadedCompositing,
|
| switches::kDisableTouchAdjustment,
|
| switches::kDefaultTileWidth,
|
|
|