| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6eda83a567542c848be2662284a4016eb9b859f7..d5a4e8c26324ac2b2f0e68fe2981ae62bb3d5155 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -49,12 +49,6 @@ const char kAllowNaClFileHandleAPI[] = "allow-nacl-file-handle-api";
|
| // Specifies comma-separated list of extension ids or hosts to grant
|
| // access to TCP/UDP socket APIs.
|
| const char kAllowNaClSocketAPI[] = "allow-nacl-socket-api";
|
| -
|
| -// Disables forcing on the experimental Plugin Power Saver feature.
|
| -const char kDisablePluginPowerSaver[] = "disable-plugin-power-saver";
|
| -
|
| -// Enables forcing on the experimental Plugin Power Saver feature.
|
| -const char kEnablePluginPowerSaver[] = "enable-plugin-power-saver";
|
| #endif
|
|
|
| #if defined(FULL_SAFE_BROWSING)
|
|
|