// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "fuchsia/engine/switches.h" namespace switches { const char kContentDirectories[] = "content-directories"; const char kDisableSoftwareVideoDecoders[] = "disable-software-video-decoders"; const char kEnableWidevine[] = "enable-widevine"; const char kIncognito[] = "incognito"; const char kPlayreadyKeySystem[] = "playready-key-system"; const char kRemoteDebuggerHandles[] = "remote-debugger-handles"; const char kUserAgentProductAndVersion[] = "user-agent-product"; const char kAllowRunningInsecureContent[] = "allow-running-insecure-content"; const char kUseLegacyMetricsService[] = "use-legacy-metrics-service"; const char kCorsExemptHeaders[] = "cors-exempt-headers"; const char kEnableCastStreamingReceiver[] = "enable-cast-streaming-receiver"; const char kCdmDataDirectory[] = "cdm-data-directory"; const char kCdmDataQuotaBytes[] = "cdm-data-quota-bytes"; const char kUseLegacyAndroidUserAgent[] = "use-legacy-android-user-agent"; const char kDataQuotaBytes[] = "data-quota-bytes"; const char kGoogleApiKey[] = "google-api-key"; } // namespace switches