1 // Copyright 2019 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #include "fuchsia/engine/switches.h"
6 
7 namespace switches {
8 
9 const char kContentDirectories[] = "content-directories";
10 const char kDisableSoftwareVideoDecoders[] = "disable-software-video-decoders";
11 const char kEnableWidevine[] = "enable-widevine";
12 const char kIncognito[] = "incognito";
13 const char kPlayreadyKeySystem[] = "playready-key-system";
14 const char kRemoteDebuggerHandles[] = "remote-debugger-handles";
15 const char kUserAgentProductAndVersion[] = "user-agent-product";
16 const char kAllowRunningInsecureContent[] = "allow-running-insecure-content";
17 const char kUseLegacyMetricsService[] = "use-legacy-metrics-service";
18 const char kCorsExemptHeaders[] = "cors-exempt-headers";
19 const char kEnableCastStreamingReceiver[] = "enable-cast-streaming-receiver";
20 const char kCdmDataDirectory[] = "cdm-data-directory";
21 const char kCdmDataQuotaBytes[] = "cdm-data-quota-bytes";
22 const char kUseLegacyAndroidUserAgent[] = "use-legacy-android-user-agent";
23 const char kDataQuotaBytes[] = "data-quota-bytes";
24 const char kGoogleApiKey[] = "google-api-key";
25 
26 }  // namespace switches
27