summaryrefslogtreecommitdiff
path: root/chromium/fuchsia/engine/switches.cc
blob: 535131cb24b5484ae800f39bee9b1c5805f71981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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";

}  // namespace switches