| Index: chromeos/settings/cros_settings_names.cc
|
| diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
|
| index f6de5ca1878d95949aa814107940d3f826c0e094..823ae546e6a99742e3395e7a174672ca80235bc1 100644
|
| --- a/chromeos/settings/cros_settings_names.cc
|
| +++ b/chromeos/settings/cros_settings_names.cc
|
| @@ -183,4 +183,8 @@ const char kExtensionCacheSize[] = "cros.device.extension_cache_size";
|
| // 3 = 270 degrees clockwise rotation
|
| const char kDisplayRotationDefault[] = "cros.display_rotation_default";
|
|
|
| +// A boolean pref that indicates whether bluetooth should be allowed on the
|
| +// device.
|
| +const char kAllowBluetooth[] = "cros.device.allow_bluetooth";
|
| +
|
| } // namespace chromeos
|
|
|