blob: 57dadd9ed251a26a2211667cf48acb02a81056b6 [file] [log] [blame]
tsergeant58defcfb2016-07-19 23:47:281// Copyright 2015 The Chromium Authors. All rights reserved.
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 "chrome/browser/permissions/permission_request.h"
6
Timothy Lohf4caae012017-11-27 05:36:007PermissionRequest::PermissionRequest() {}
dominicknd4e446a2016-09-13 07:44:138
benwells471d1f12016-07-25 23:58:049PermissionRequestGestureType PermissionRequest::GetGestureType() const {
10 return PermissionRequestGestureType::UNKNOWN;
11}
lshangada00c12016-10-17 04:51:1012
13ContentSettingsType PermissionRequest::GetContentSettingsType() const {
14 return CONTENT_SETTINGS_TYPE_DEFAULT;
15}