summaryrefslogtreecommitdiffstats
path: root/ui/file_manager/file_manager_resource_util.h
blob: 826eb99e8dc36c842600ecad3a976b930997f46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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.

#ifndef UI_FILE_MANAGER_FILE_MANAGER_RESOURCE_UTIL_H_
#define UI_FILE_MANAGER_FILE_MANAGER_RESOURCE_UTIL_H_

#include <cstddef>

#include "ui/file_manager/file_manager_export.h"

struct GritResourceMap;

namespace file_manager {

// Get the list of resources. |size| is populated with the number of resources
// in the returned array.
FILE_MANAGER_EXPORT const GritResourceMap* GetFileManagerResources(
    size_t* size);

}  // namespace file_manager

#endif  // UI_FILE_MANAGER_FILE_MANAGER_RESOURCE_UTIL_H_