summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/plugin_switches.h
blob: 46f435cdf8a3944549ce5eb1eded46af3e027ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (c) 2011 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.

#ifndef WEBKIT_PLUGINS_PLUGIN_SWITCHES_H_
#define WEBKIT_PLUGINS_PLUGIN_SWITCHES_H_

#include "build/build_config.h"
#include "webkit/plugins/webkit_plugins_export.h"

namespace switches {

WEBKIT_PLUGINS_EXPORT extern const char kDebugPluginLoading[];
WEBKIT_PLUGINS_EXPORT extern const char kDisablePepper3dForUntrustedUse[];
WEBKIT_PLUGINS_EXPORT extern const char kEnablePepperTesting[];

#if defined(OS_WIN)
WEBKIT_PLUGINS_EXPORT extern const char kUseOldWMPPlugin[];
#endif

}  // namespace switches

#endif  // WEBKIT_PLUGINS_PLUGIN_SWITCHES_H_