Fix emulator build error
[platform/framework/web/chromium-efl.git] / components / permissions / switches.cc
1 // Copyright 2020 The Chromium Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "components/permissions/switches.h"
6
7 namespace permissions {
8 namespace switches {
9
10 // Prevents permission prompts from appearing by denying instead of showing
11 // prompts.
12 const char kDenyPermissionPrompts[] = "deny-permission-prompts";
13
14 }  // namespace switches
15 }  // namespace permissions