blob: 57500b734d0ac67e4c6802fc5db57afe804f9219 [file] [log] [blame]
// Copyright 2015 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 COMPONENTS_PLUGINS_COMMON_PLUGIN_SWITCHES_H_
#define COMPONENTS_PLUGINS_COMMON_PLUGIN_SWITCHES_H_
namespace plugins {
namespace switches {
extern const char kDisablePluginPowerSaver[];
extern const char kEnablePluginPowerSaver[];
} // namespace switches
} // namespace plugins
#endif // COMPONENTS_PLUGINS_COMMON_PLUGIN_SWITCHES_H_