Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // 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.
| |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #ifndef COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTING_SWITCHES_H_ | |
| 6 #define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTING_SWITCHES_H_ | |
| 7 | |
| 8 namespace content_settings { | |
| 9 namespace switches { | |
| 10 | |
| 11 extern const char kDisablePluginPowerSaver[]; | |
| 12 extern const char kEnablePluginPowerSaver[]; | |
| 13 | |
| 14 } // namespace switches | |
| 15 } // namespace content_settings | |
| 16 | |
| 17 #endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_CONTENT_SETTING_SWITCHES_H_ | |
| OLD | NEW |