summaryrefslogtreecommitdiff
path: root/chromium/fuchsia/engine/switches.cc
blob: 382df0e3f641c13e13ffc0ccdfc272e24c3ee1b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// 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