| Index: content/shell/browser/layout_test/layout_test_message_filter.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_message_filter.cc b/content/shell/browser/layout_test/layout_test_message_filter.cc
|
| index 444a3388a74f5499d1755cb6a6961029a5c1c3ae..20692d8dfa4b8674e28655efc0aa482efba598ac 100644
|
| --- a/content/shell/browser/layout_test/layout_test_message_filter.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_message_filter.cc
|
| @@ -160,6 +160,8 @@ void LayoutTestMessageFilter::OnSetPermission(const std::string& name,
|
| type = PermissionType::GEOLOCATION;
|
| } else if (name == "protected-media-identifier") {
|
| type = PermissionType::PROTECTED_MEDIA_IDENTIFIER;
|
| + } else if (name == "bluetooth-guard") {
|
| + type = PermissionType::BLUETOOTH_GUARD;
|
| } else {
|
| NOTREACHED();
|
| type = PermissionType::NOTIFICATIONS;
|
|
|