1 // Copyright 2014 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 module content;
6
7 enum PermissionStatus {
8 GRANTED,
9 DENIED,
10 ASK
xhwang
2015/01/21 06:52:24
What does "ASK" exactly mean here? If a permission
What does "ASK" exactly mean here? If a permission request triggers an infobar
for user's action. Will the requestpermission() call wait for user's decision,
or will we get "ASK" as the permission status immediately?
Issue 750633003: Implement HasPermission() method in PermissionService.
(Closed)
Created 6 years, 1 month ago by timvolodine
Modified 5 years, 10 months ago
Reviewers: mlamouri (slow - plz ping), qsr, blundell, Tom Sepez, Avi (use Gerrit), xhwang
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 42