summaryrefslogtreecommitdiff
path: root/chromium/components/embedder_support/switches.h
blob: c58785da88985734842b757743c8eb05efd4ee12 (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.

// Defines the shared command-line switches used by code in the Chrome
// directory that don't have anywhere more specific to go.

#ifndef COMPONENTS_EMBEDDER_SUPPORT_SWITCHES_H_
#define COMPONENTS_EMBEDDER_SUPPORT_SWITCHES_H_

// Switches used by multiple embedders.
namespace embedder_support {

extern const char kDisablePopupBlocking[];
extern const char kOriginTrialDisabledFeatures[];
extern const char kOriginTrialDisabledTokens[];
extern const char kOriginTrialPublicKey[];

}  // namespace embedder_support

#endif  // COMPONENTS_EMBEDDER_SUPPORT_SWITCHES_H_