Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1355)

Side by Side Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 1805653003: Add support for MojoChannel field trial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 1411 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 switches::kDisableGpuCompositing, 1422 switches::kDisableGpuCompositing,
1423 switches::kDisableGpuMemoryBufferVideoFrames, 1423 switches::kDisableGpuMemoryBufferVideoFrames,
1424 switches::kDisableGpuVsync, 1424 switches::kDisableGpuVsync,
1425 switches::kDisableLowResTiling, 1425 switches::kDisableLowResTiling,
1426 switches::kDisableHistogramCustomizer, 1426 switches::kDisableHistogramCustomizer,
1427 switches::kDisableIconNtp, 1427 switches::kDisableIconNtp,
1428 switches::kDisableLCDText, 1428 switches::kDisableLCDText,
1429 switches::kDisableLocalStorage, 1429 switches::kDisableLocalStorage,
1430 switches::kDisableLogging, 1430 switches::kDisableLogging,
1431 switches::kDisableMediaSuspend, 1431 switches::kDisableMediaSuspend,
1432 switches::kDisableMojoChannel,
1433 switches::kDisableNotifications, 1432 switches::kDisableNotifications,
1434 switches::kDisableOverlayScrollbar, 1433 switches::kDisableOverlayScrollbar,
1435 switches::kDisablePermissionsAPI, 1434 switches::kDisablePermissionsAPI,
1436 switches::kDisablePresentationAPI, 1435 switches::kDisablePresentationAPI,
1437 switches::kDisablePinch, 1436 switches::kDisablePinch,
1438 switches::kDisableRGBA4444Textures, 1437 switches::kDisableRGBA4444Textures,
1439 switches::kDisableRTCSmoothnessAlgorithm, 1438 switches::kDisableRTCSmoothnessAlgorithm,
1440 switches::kDisableSeccompFilterSandbox, 1439 switches::kDisableSeccompFilterSandbox,
1441 switches::kDisableSharedWorkers, 1440 switches::kDisableSharedWorkers,
1442 switches::kDisableSmoothScrolling, 1441 switches::kDisableSmoothScrolling,
(...skipping 13 matching lines...) Expand all
1456 switches::kEnableExperimentalWebPlatformFeatures, 1455 switches::kEnableExperimentalWebPlatformFeatures,
1457 switches::kEnableHeapProfiling, 1456 switches::kEnableHeapProfiling,
1458 switches::kEnableGPUClientLogging, 1457 switches::kEnableGPUClientLogging,
1459 switches::kEnableGpuClientTracing, 1458 switches::kEnableGpuClientTracing,
1460 switches::kEnableGpuMemoryBufferVideoFrames, 1459 switches::kEnableGpuMemoryBufferVideoFrames,
1461 switches::kEnableGPUServiceLogging, 1460 switches::kEnableGPUServiceLogging,
1462 switches::kEnableIconNtp, 1461 switches::kEnableIconNtp,
1463 switches::kEnableLinkDisambiguationPopup, 1462 switches::kEnableLinkDisambiguationPopup,
1464 switches::kEnableLowResTiling, 1463 switches::kEnableLowResTiling,
1465 switches::kEnableMediaSuspend, 1464 switches::kEnableMediaSuspend,
1465 switches::kEnableMojoChannel,
1466 switches::kEnableInbandTextTracks, 1466 switches::kEnableInbandTextTracks,
1467 switches::kEnableLCDText, 1467 switches::kEnableLCDText,
1468 switches::kEnableLogging, 1468 switches::kEnableLogging,
1469 switches::kEnableMemoryBenchmarking, 1469 switches::kEnableMemoryBenchmarking,
1470 switches::kEnableNetworkInformation, 1470 switches::kEnableNetworkInformation,
1471 switches::kEnableNotificationActionIcons, 1471 switches::kEnableNotificationActionIcons,
1472 switches::kEnableOverlayScrollbar, 1472 switches::kEnableOverlayScrollbar,
1473 switches::kEnablePinch, 1473 switches::kEnablePinch,
1474 switches::kEnablePluginPlaceholderTesting, 1474 switches::kEnablePluginPlaceholderTesting,
1475 switches::kEnablePreciseMemoryInfo, 1475 switches::kEnablePreciseMemoryInfo,
1476 switches::kEnablePreferCompositingToLCDText, 1476 switches::kEnablePreferCompositingToLCDText,
1477 switches::kEnableRGBA4444Textures, 1477 switches::kEnableRGBA4444Textures,
1478 switches::kEnableRendererMojoChannel,
1479 switches::kEnableSkiaBenchmarking, 1478 switches::kEnableSkiaBenchmarking,
1480 switches::kEnableSlimmingPaintV2, 1479 switches::kEnableSlimmingPaintV2,
1481 switches::kEnableSmoothScrolling, 1480 switches::kEnableSmoothScrolling,
1482 switches::kEnableStatsTable, 1481 switches::kEnableStatsTable,
1483 switches::kEnableThreadedCompositing, 1482 switches::kEnableThreadedCompositing,
1484 switches::kEnableTouchDragDrop, 1483 switches::kEnableTouchDragDrop,
1485 switches::kEnableUnsafeES3APIs, 1484 switches::kEnableUnsafeES3APIs,
1486 switches::kEnableUseZoomForDSF, 1485 switches::kEnableUseZoomForDSF,
1487 switches::kEnableViewport, 1486 switches::kEnableViewport,
1488 switches::kEnableVtune, 1487 switches::kEnableVtune,
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
2820 2819
2821 // Skip widgets in other processes. 2820 // Skip widgets in other processes.
2822 if (rvh->GetProcess()->GetID() != GetID()) 2821 if (rvh->GetProcess()->GetID() != GetID())
2823 continue; 2822 continue;
2824 2823
2825 rvh->OnWebkitPreferencesChanged(); 2824 rvh->OnWebkitPreferencesChanged();
2826 } 2825 }
2827 } 2826 }
2828 2827
2829 } // namespace content 2828 } // namespace content
OLDNEW
« no previous file with comments | « no previous file | content/public/common/mojo_channel_switches.h » ('j') | content/public/common/mojo_channel_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698