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

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

Issue 1308863002: [Eraser strings] Remove flag to disable WebRTC on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include generated_resources.grd Created 5 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to 9 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to
10 // have an effect. 0 disables MSAA. 10 // have an effect. 0 disables MSAA.
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 902
903 // Disable overscroll edge effects like those found in Android views. 903 // Disable overscroll edge effects like those found in Android views.
904 const char kDisableOverscrollEdgeEffect[] = "disable-overscroll-edge-effect"; 904 const char kDisableOverscrollEdgeEffect[] = "disable-overscroll-edge-effect";
905 905
906 // Disable the pull-to-refresh effect when vertically overscrolling content. 906 // Disable the pull-to-refresh effect when vertically overscrolling content.
907 const char kDisablePullToRefreshEffect[] = "disable-pull-to-refresh-effect"; 907 const char kDisablePullToRefreshEffect[] = "disable-pull-to-refresh-effect";
908 908
909 // Disable the locking feature of the screen orientation API. 909 // Disable the locking feature of the screen orientation API.
910 const char kDisableScreenOrientationLock[] = "disable-screen-orientation-lock"; 910 const char kDisableScreenOrientationLock[] = "disable-screen-orientation-lock";
911 911
912 // WebRTC is enabled by default on Android.
913 const char kDisableWebRTC[] = "disable-webrtc";
914
915 // Enable external animation system for Android compositor. 912 // Enable external animation system for Android compositor.
916 // See also kEnableCompositorAnimationTimelines for renderer compositors. 913 // See also kEnableCompositorAnimationTimelines for renderer compositors.
917 const char kEnableAndroidCompositorAnimationTimelines[] = 914 const char kEnableAndroidCompositorAnimationTimelines[] =
918 "enable-android-compositor-animation-timelines"; 915 "enable-android-compositor-animation-timelines";
919 916
920 // Enable drag manipulation of longpress-triggered text selections. 917 // Enable drag manipulation of longpress-triggered text selections.
921 const char kEnableLongpressDragSelection[] = "enable-longpress-drag-selection"; 918 const char kEnableLongpressDragSelection[] = "enable-longpress-drag-selection";
922 919
923 // The telephony region (ISO country code) to use in phone number detection. 920 // The telephony region (ISO country code) to use in phone number detection.
924 const char kNetworkCountryIso[] = "network-country-iso"; 921 const char kNetworkCountryIso[] = "network-country-iso";
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 const char kMemoryPressureThresholdsMb[] = "memory-pressure-thresholds-mb"; 983 const char kMemoryPressureThresholdsMb[] = "memory-pressure-thresholds-mb";
987 984
988 // Enables the exporting of the tracing events to ETW. This is only supported on 985 // Enables the exporting of the tracing events to ETW. This is only supported on
989 // Windows Vista and later. 986 // Windows Vista and later.
990 const char kTraceExportEventsToETW[] = "trace-export-events-to-etw"; 987 const char kTraceExportEventsToETW[] = "trace-export-events-to-etw";
991 #endif 988 #endif
992 989
993 // Don't dump stuff here, follow the same order as the header. 990 // Don't dump stuff here, follow the same order as the header.
994 991
995 } // namespace switches 992 } // namespace switches
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698