// 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_