Chromium Code Reviews| Index: components/content_settings/core/common/content_settings_switches.h |
| diff --git a/components/content_settings/core/common/content_settings_switches.h b/components/content_settings/core/common/content_settings_switches.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8d176a4b65f482a38357d5a5a29f4217c0c9b4a9 |
| --- /dev/null |
| +++ b/components/content_settings/core/common/content_settings_switches.h |
| @@ -0,0 +1,17 @@ |
| +// Copyright 2015 The Chromium Authors. All rights reserved. |
|
tommycli
2015/04/17 17:03:56
This is a nit: But I think this goes in components
Dan Beam
2015/04/18 19:37:35
Done.
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTING_SWITCHES_H_ |
| +#define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTING_SWITCHES_H_ |
| + |
| +namespace content_settings { |
| +namespace switches { |
| + |
| +extern const char kDisablePluginPowerSaver[]; |
| +extern const char kEnablePluginPowerSaver[]; |
| + |
| +} // namespace switches |
| +} // namespace content_settings |
| + |
| +#endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTING_SWITCHES_H_ |