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

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

Issue 1838623002: Bring Audio Share and Tab Share Default On (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Three value flag for Tab Created 4 years, 8 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') | extensions/common/switches.h » ('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 "build/build_config.h" 5 #include "build/build_config.h"
6 #include "content/public/common/content_switches.h" 6 #include "content/public/common/content_switches.h"
7 7
8 namespace switches { 8 namespace switches {
9 9
10 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to 10 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 // Maintaining this code path in case there are compatibility bugs with the 950 // Maintaining this code path in case there are compatibility bugs with the
951 // standard async input path. Remove tracked as part of crbug.com/545628. 951 // standard async input path. Remove tracked as part of crbug.com/545628.
952 const char kSyncInputForSyncCompositor[] = "sync-input-for-sync-compositor"; 952 const char kSyncInputForSyncCompositor[] = "sync-input-for-sync-compositor";
953 #endif 953 #endif
954 954
955 // Enable the aggressive flushing of DOM Storage to minimize data loss. 955 // Enable the aggressive flushing of DOM Storage to minimize data loss.
956 const char kEnableAggressiveDOMStorageFlushing[] = 956 const char kEnableAggressiveDOMStorageFlushing[] =
957 "enable-aggressive-domstorage-flushing"; 957 "enable-aggressive-domstorage-flushing";
958 958
959 // Enable audio for desktop share. 959 // Enable audio for desktop share.
960 const char kEnableAudioSupportForDesktopShare[] = 960 const char kDisableAudioSupportForDesktopShare[] =
961 "enable-audio-support-for-desktop-share"; 961 "disable-audio-support-for-desktop-share";
962 962
963 #if defined(OS_CHROMEOS) 963 #if defined(OS_CHROMEOS)
964 // Disables panel fitting (used for mirror mode). 964 // Disables panel fitting (used for mirror mode).
965 const char kDisablePanelFitting[] = "disable-panel-fitting"; 965 const char kDisablePanelFitting[] = "disable-panel-fitting";
966 966
967 // Disables VA-API accelerated video encode. 967 // Disables VA-API accelerated video encode.
968 const char kDisableVaapiAcceleratedVideoEncode[] = 968 const char kDisableVaapiAcceleratedVideoEncode[] =
969 "disable-vaapi-accelerated-video-encode"; 969 "disable-vaapi-accelerated-video-encode";
970 #endif 970 #endif
971 971
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 const char kMemoryPressureThresholdsMb[] = "memory-pressure-thresholds-mb"; 1038 const char kMemoryPressureThresholdsMb[] = "memory-pressure-thresholds-mb";
1039 1039
1040 // Enables the exporting of the tracing events to ETW. This is only supported on 1040 // Enables the exporting of the tracing events to ETW. This is only supported on
1041 // Windows Vista and later. 1041 // Windows Vista and later.
1042 const char kTraceExportEventsToETW[] = "trace-export-events-to-etw"; 1042 const char kTraceExportEventsToETW[] = "trace-export-events-to-etw";
1043 #endif 1043 #endif
1044 1044
1045 // Don't dump stuff here, follow the same order as the header. 1045 // Don't dump stuff here, follow the same order as the header.
1046 1046
1047 } // namespace switches 1047 } // namespace switches
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | extensions/common/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698