blob: 8373104a8d4a67f32a21dad5ef5488c6e81c4a85 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module content;
enum PermissionStatus {
GRANTED,
DENIED,
ASK,
LAST = ASK
};