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.
5 #ifndef APPS_BROWSER_FILE_HANDLER_UTIL_H_
6 #define APPS_BROWSER_FILE_HANDLER_UTIL_H_
11 namespace file_handler_util
{
13 // Refers to a file entry that a renderer has been given access to.
14 struct GrantedFileEntry
{
19 std::string filesystem_id
;
20 std::string registered_name
;
23 } // namespace file_handler_util
26 #endif // APPS_BROWSER_FILE_HANDLER_UTIL_H_