| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index fef44779b79ca13b332ad69b47dcb3361f7a20a7..92eae804bd3da3f47210441955b49d04d1b80699 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -835,6 +835,10 @@ const char kFileSystemProviderMounted[] = "file_system_provider.mounted";
|
| // A boolean pref set to true if the virtual keyboard should be enabled.
|
| const char kTouchVirtualKeyboardEnabled[] = "ui.touch_virtual_keyboard_enabled";
|
|
|
| +// An integer pref that controls the wake on wifi features that should be
|
| +// enabled.
|
| +const char kWakeOnWiFiEnabled[] = "settings.internet.wake_on_wifi";
|
| +
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // The disabled messages in IPC logging.
|
|
|