| Index: chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc
|
| index 6b5ce5ee676362687e132bb96f414e16aa561488..f279dfe49215b108e46c5dc50ea28fe21b47cee8 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc
|
| @@ -108,6 +108,16 @@ IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTestChromeOs,
|
| << message_;
|
| }
|
|
|
| +IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTestChromeOs,
|
| + SetAdvertisingInterval) {
|
| + EnterKioskSession();
|
| + SetAutoLaunchApp();
|
| + ASSERT_TRUE(
|
| + RunPlatformAppTest("api_test/bluetooth_low_energy/"
|
| + "set_advertising_interval"))
|
| + << message_;
|
| +}
|
| +
|
| IN_PROC_BROWSER_TEST_F(BluetoothLowEnergyApiTestChromeOs, CreateService) {
|
| EnterKioskSession();
|
| SetAutoLaunchApp();
|
|
|