tsergeant | 58defcfb | 2016-07-19 23:47:28 | [diff] [blame] | 1 | // 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 Loh | f4caae01 | 2017-11-27 05:36:00 | [diff] [blame^] | 7 | PermissionRequest::PermissionRequest() {} |
dominickn | d4e446a | 2016-09-13 07:44:13 | [diff] [blame] | 8 | |
benwells | 471d1f1 | 2016-07-25 23:58:04 | [diff] [blame] | 9 | PermissionRequestGestureType PermissionRequest::GetGestureType() const { |
| 10 | return PermissionRequestGestureType::UNKNOWN; |
| 11 | } |
lshang | ada00c1 | 2016-10-17 04:51:10 | [diff] [blame] | 12 | |
| 13 | ContentSettingsType PermissionRequest::GetContentSettingsType() const { |
| 14 | return CONTENT_SETTINGS_TYPE_DEFAULT; |
| 15 | } |