| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Represents the browser side of the browser <--> renderer communication | 5 // Represents the browser side of the browser <--> renderer communication |
| 6 // channel. There will be one RenderProcessHost per renderer process. | 6 // channel. There will be one RenderProcessHost per renderer process. |
| 7 | 7 |
| 8 #include "content/browser/renderer_host/render_process_host_impl.h" | 8 #include "content/browser/renderer_host/render_process_host_impl.h" |
| 9 | 9 |
| 10 #include <algorithm> | 10 #include <algorithm> |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 switches::kBlinkPlatformLogChannels, | 964 switches::kBlinkPlatformLogChannels, |
| 965 switches::kBlockCrossSiteDocuments, | 965 switches::kBlockCrossSiteDocuments, |
| 966 switches::kDefaultTileWidth, | 966 switches::kDefaultTileWidth, |
| 967 switches::kDefaultTileHeight, | 967 switches::kDefaultTileHeight, |
| 968 switches::kDisable3DAPIs, | 968 switches::kDisable3DAPIs, |
| 969 switches::kDisableAcceleratedCompositing, | 969 switches::kDisableAcceleratedCompositing, |
| 970 switches::kDisableAcceleratedFixedRootBackground, | 970 switches::kDisableAcceleratedFixedRootBackground, |
| 971 switches::kDisableAcceleratedScrollableFrames, | 971 switches::kDisableAcceleratedScrollableFrames, |
| 972 switches::kDisableAcceleratedVideoDecode, | 972 switches::kDisableAcceleratedVideoDecode, |
| 973 switches::kDisableApplicationCache, | 973 switches::kDisableApplicationCache, |
| 974 switches::kDisableAudio, | |
| 975 switches::kDisableBreakpad, | 974 switches::kDisableBreakpad, |
| 976 switches::kDisableCompositedScrollingForFrames, | 975 switches::kDisableCompositedScrollingForFrames, |
| 977 switches::kDisableCompositingForFixedPosition, | 976 switches::kDisableCompositingForFixedPosition, |
| 978 switches::kDisableCompositingForTransition, | 977 switches::kDisableCompositingForTransition, |
| 979 switches::kDisableDatabases, | 978 switches::kDisableDatabases, |
| 980 switches::kDisableDelegatedRenderer, | 979 switches::kDisableDelegatedRenderer, |
| 981 switches::kDisableDesktopNotifications, | 980 switches::kDisableDesktopNotifications, |
| 982 switches::kDisableDirectNPAPIRequests, | 981 switches::kDisableDirectNPAPIRequests, |
| 983 switches::kDisableFileSystem, | 982 switches::kDisableFileSystem, |
| 984 switches::kDisableFiltersOverIPC, | 983 switches::kDisableFiltersOverIPC, |
| 985 switches::kDisableGpu, | 984 switches::kDisableGpu, |
| 986 switches::kDisableGpuCompositing, | 985 switches::kDisableGpuCompositing, |
| 987 switches::kDisableGpuVsync, | 986 switches::kDisableGpuVsync, |
| 988 switches::kDisableHistogramCustomizer, | 987 switches::kDisableHistogramCustomizer, |
| 989 switches::kDisableLayerSquashing, | 988 switches::kDisableLayerSquashing, |
| 990 switches::kDisableLocalStorage, | 989 switches::kDisableLocalStorage, |
| 991 switches::kDisableLogging, | 990 switches::kDisableLogging, |
| 992 switches::kDisableOpusPlayback, | |
| 993 switches::kDisableOverlayScrollbar, | 991 switches::kDisableOverlayScrollbar, |
| 994 switches::kDisablePinch, | 992 switches::kDisablePinch, |
| 995 switches::kDisablePrefixedEncryptedMedia, | 993 switches::kDisablePrefixedEncryptedMedia, |
| 996 switches::kDisableRepaintAfterLayout, | 994 switches::kDisableRepaintAfterLayout, |
| 997 switches::kDisableSeccompFilterSandbox, | 995 switches::kDisableSeccompFilterSandbox, |
| 998 switches::kDisableSessionStorage, | 996 switches::kDisableSessionStorage, |
| 999 switches::kDisableSharedWorkers, | 997 switches::kDisableSharedWorkers, |
| 1000 switches::kDisableSpeechInput, | 998 switches::kDisableSpeechInput, |
| 1001 switches::kDisableThreadedCompositing, | 999 switches::kDisableThreadedCompositing, |
| 1002 switches::kDisableTouchAdjustment, | 1000 switches::kDisableTouchAdjustment, |
| 1003 switches::kDisableTouchDragDrop, | 1001 switches::kDisableTouchDragDrop, |
| 1004 switches::kDisableTouchEditing, | 1002 switches::kDisableTouchEditing, |
| 1005 switches::kDisableUniversalAcceleratedOverflowScroll, | 1003 switches::kDisableUniversalAcceleratedOverflowScroll, |
| 1006 switches::kDisableUnprefixedMediaSource, | 1004 switches::kDisableUnprefixedMediaSource, |
| 1007 switches::kDisableVp8AlphaPlayback, | |
| 1008 switches::kDisableWebKitMediaSource, | 1005 switches::kDisableWebKitMediaSource, |
| 1009 switches::kDomAutomationController, | 1006 switches::kDomAutomationController, |
| 1010 switches::kEnableAcceleratedFixedRootBackground, | 1007 switches::kEnableAcceleratedFixedRootBackground, |
| 1011 switches::kEnableAcceleratedOverflowScroll, | 1008 switches::kEnableAcceleratedOverflowScroll, |
| 1012 switches::kEnableAcceleratedScrollableFrames, | 1009 switches::kEnableAcceleratedScrollableFrames, |
| 1013 switches::kEnableAccessibilityLogging, | 1010 switches::kEnableAccessibilityLogging, |
| 1014 switches::kEnableADTSStreamParser, | 1011 switches::kEnableADTSStreamParser, |
| 1015 switches::kEnableBeginFrameScheduling, | 1012 switches::kEnableBeginFrameScheduling, |
| 1016 switches::kEnableBleedingEdgeRenderingFastPaths, | 1013 switches::kEnableBleedingEdgeRenderingFastPaths, |
| 1017 switches::kEnableBrowserPluginForAllViewTypes, | 1014 switches::kEnableBrowserPluginForAllViewTypes, |
| (...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2077 return; | 2074 return; |
| 2078 Send(new MediaStreamMsg_EnableAecDump(file_for_transit)); | 2075 Send(new MediaStreamMsg_EnableAecDump(file_for_transit)); |
| 2079 } | 2076 } |
| 2080 | 2077 |
| 2081 void RenderProcessHostImpl::SendDisableAecDumpToRenderer() { | 2078 void RenderProcessHostImpl::SendDisableAecDumpToRenderer() { |
| 2082 Send(new MediaStreamMsg_DisableAecDump()); | 2079 Send(new MediaStreamMsg_DisableAecDump()); |
| 2083 } | 2080 } |
| 2084 #endif | 2081 #endif |
| 2085 | 2082 |
| 2086 } // namespace content | 2083 } // namespace content |
| OLD | NEW |