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

Side by Side Diff: content/public/common/content_switches.cc

Issue 23125008: Revert 217691 "Merge 217276 "Add media::VideoEncodeAccelerator w..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1599/src/
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
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 #include "content/public/common/content_switches.h" 5 #include "content/public/common/content_switches.h"
6 6
7 namespace switches { 7 namespace switches {
8 8
9 // By default, file:// URIs cannot read other file:// URIs. This is an 9 // By default, file:// URIs cannot read other file:// URIs. This is an
10 // override for developers who need the old behavior for testing. 10 // override for developers who need the old behavior for testing.
(...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 866
867 // Enable WebRTC DataChannels SCTP wire protocol support. 867 // Enable WebRTC DataChannels SCTP wire protocol support.
868 const char kEnableSCTPDataChannels[] = "enable-sctp-data-channels"; 868 const char kEnableSCTPDataChannels[] = "enable-sctp-data-channels";
869 869
870 // Enables WebRTC AEC recordings. 870 // Enables WebRTC AEC recordings.
871 const char kEnableWebRtcAecRecordings[] = "enable-webrtc-aec-recordings"; 871 const char kEnableWebRtcAecRecordings[] = "enable-webrtc-aec-recordings";
872 872
873 // Enables HW decode acceleration for WebRTC. 873 // Enables HW decode acceleration for WebRTC.
874 const char kEnableWebRtcHWDecoding[] = "enable-webrtc-hw-decoding"; 874 const char kEnableWebRtcHWDecoding[] = "enable-webrtc-hw-decoding";
875 875
876 // Enables HW encode acceleration for WebRTC.
877 const char kEnableWebRtcHWEncoding[] = "enable-webrtc-hw-encoding";
878
879 #endif 876 #endif
880 877
881 #if defined(OS_ANDROID) 878 #if defined(OS_ANDROID)
882 // Disables device motion events. 879 // Disables device motion events.
883 const char kDisableDeviceMotion[] = "disable-device-motion"; 880 const char kDisableDeviceMotion[] = "disable-device-motion";
884 881
885 // Disable user gesture requirement for media playback. 882 // Disable user gesture requirement for media playback.
886 const char kDisableGestureRequirementForMediaPlayback[] = 883 const char kDisableGestureRequirementForMediaPlayback[] =
887 "disable-gesture-requirement-for-media-playback"; 884 "disable-gesture-requirement-for-media-playback";
888 885
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 // Forces usage of the test compositor. Needed to run ui tests on bots. 932 // Forces usage of the test compositor. Needed to run ui tests on bots.
936 extern const char kTestCompositor[] = "test-compositor"; 933 extern const char kTestCompositor[] = "test-compositor";
937 #endif 934 #endif
938 935
939 // Don't dump stuff here, follow the same order as the header. 936 // Don't dump stuff here, follow the same order as the header.
940 937
941 // Allows filters (SkImageFilter objects) to be sent between processes over IPC 938 // Allows filters (SkImageFilter objects) to be sent between processes over IPC
942 const char kAllowFiltersOverIPC[] = "allow-filters-over-ipc"; 939 const char kAllowFiltersOverIPC[] = "allow-filters-over-ipc";
943 940
944 } // namespace switches 941 } // namespace switches
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/media/media_stream_dependency_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698