| 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 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1012 switches::kEnableCompositingForTransition, | 1012 switches::kEnableCompositingForTransition, |
| 1013 switches::kEnableDCHECK, | 1013 switches::kEnableDCHECK, |
| 1014 switches::kEnableDeadlineScheduling, | 1014 switches::kEnableDeadlineScheduling, |
| 1015 switches::kEnableDeferredImageDecoding, | 1015 switches::kEnableDeferredImageDecoding, |
| 1016 switches::kEnableDelegatedRenderer, | 1016 switches::kEnableDelegatedRenderer, |
| 1017 switches::kEnableEncryptedMedia, | 1017 switches::kEnableEncryptedMedia, |
| 1018 switches::kEnableExperimentalCanvasFeatures, | 1018 switches::kEnableExperimentalCanvasFeatures, |
| 1019 switches::kEnableExperimentalWebPlatformFeatures, | 1019 switches::kEnableExperimentalWebPlatformFeatures, |
| 1020 switches::kEnableExperimentalWebSocket, | 1020 switches::kEnableExperimentalWebSocket, |
| 1021 switches::kEnableFastTextAutosizing, | 1021 switches::kEnableFastTextAutosizing, |
| 1022 switches::kEnableGpuBenchmarking, | |
| 1023 switches::kEnableGPUClientLogging, | 1022 switches::kEnableGPUClientLogging, |
| 1024 switches::kEnableGpuClientTracing, | 1023 switches::kEnableGpuClientTracing, |
| 1025 switches::kEnableGPUServiceLogging, | 1024 switches::kEnableGPUServiceLogging, |
| 1026 switches::kEnableHighDpiCompositingForFixedPosition, | 1025 switches::kEnableHighDpiCompositingForFixedPosition, |
| 1027 switches::kEnableHTMLImports, | 1026 switches::kEnableHTMLImports, |
| 1028 switches::kEnableInbandTextTracks, | 1027 switches::kEnableInbandTextTracks, |
| 1029 switches::kEnableInputModeAttribute, | 1028 switches::kEnableInputModeAttribute, |
| 1030 switches::kEnableLayerSquashing, | 1029 switches::kEnableLayerSquashing, |
| 1031 switches::kEnableLogging, | 1030 switches::kEnableLogging, |
| 1032 switches::kEnableMP3StreamParser, | 1031 switches::kEnableMP3StreamParser, |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1094 // also be added to chrome/browser/chromeos/login/chrome_restart_request.cc. | 1093 // also be added to chrome/browser/chromeos/login/chrome_restart_request.cc. |
| 1095 cc::switches::kBackgroundColorInsteadOfCheckerboard, | 1094 cc::switches::kBackgroundColorInsteadOfCheckerboard, |
| 1096 cc::switches::kCompositeToMailbox, | 1095 cc::switches::kCompositeToMailbox, |
| 1097 cc::switches::kDisableCompositedAntialiasing, | 1096 cc::switches::kDisableCompositedAntialiasing, |
| 1098 cc::switches::kDisableCompositorTouchHitTesting, | 1097 cc::switches::kDisableCompositorTouchHitTesting, |
| 1099 cc::switches::kDisableGPURasterization, | 1098 cc::switches::kDisableGPURasterization, |
| 1100 cc::switches::kDisableImplSidePainting, | 1099 cc::switches::kDisableImplSidePainting, |
| 1101 cc::switches::kDisableLCDText, | 1100 cc::switches::kDisableLCDText, |
| 1102 cc::switches::kDisableMapImage, | 1101 cc::switches::kDisableMapImage, |
| 1103 cc::switches::kDisableThreadedAnimation, | 1102 cc::switches::kDisableThreadedAnimation, |
| 1103 cc::switches::kEnableGpuBenchmarking, |
| 1104 cc::switches::kEnableGPURasterization, | 1104 cc::switches::kEnableGPURasterization, |
| 1105 cc::switches::kEnableImplSidePainting, | 1105 cc::switches::kEnableImplSidePainting, |
| 1106 cc::switches::kEnableLCDText, | 1106 cc::switches::kEnableLCDText, |
| 1107 cc::switches::kEnableMapImage, | 1107 cc::switches::kEnableMapImage, |
| 1108 cc::switches::kEnablePartialSwap, | 1108 cc::switches::kEnablePartialSwap, |
| 1109 cc::switches::kEnablePerTilePainting, | 1109 cc::switches::kEnablePerTilePainting, |
| 1110 cc::switches::kEnablePinchVirtualViewport, | 1110 cc::switches::kEnablePinchVirtualViewport, |
| 1111 cc::switches::kEnableTopControlsPositionCalculation, | 1111 cc::switches::kEnableTopControlsPositionCalculation, |
| 1112 cc::switches::kMaxTilesForInterestArea, | 1112 cc::switches::kMaxTilesForInterestArea, |
| 1113 cc::switches::kMaxUnusedResourceMemoryUsagePercentage, | 1113 cc::switches::kMaxUnusedResourceMemoryUsagePercentage, |
| (...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2036 return; | 2036 return; |
| 2037 Send(new MediaStreamMsg_EnableAecDump(file_for_transit)); | 2037 Send(new MediaStreamMsg_EnableAecDump(file_for_transit)); |
| 2038 } | 2038 } |
| 2039 | 2039 |
| 2040 void RenderProcessHostImpl::SendDisableAecDumpToRenderer() { | 2040 void RenderProcessHostImpl::SendDisableAecDumpToRenderer() { |
| 2041 Send(new MediaStreamMsg_DisableAecDump()); | 2041 Send(new MediaStreamMsg_DisableAecDump()); |
| 2042 } | 2042 } |
| 2043 #endif | 2043 #endif |
| 2044 | 2044 |
| 2045 } // namespace content | 2045 } // namespace content |
| OLD | NEW |