// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_COMMON_APPS_PLATFORM_APPS_MEDIA_GALLERIES_PERMISSION_DATA_H_ #define CHROME_COMMON_APPS_PLATFORM_APPS_MEDIA_GALLERIES_PERMISSION_DATA_H_ #include <memory> #include <string> #include "extensions/common/permissions/api_permission.h" namespace base { class Value; } namespace chrome_apps { // A MediaGalleriesPermissionData instance represents a single part of the // MediaGalleriesPermission. e.g. "read" or "allAutoDetected". class MediaGalleriesPermissionData { … }; } // namespace chrome_apps #endif // CHROME_COMMON_APPS_PLATFORM_APPS_MEDIA_GALLERIES_PERMISSION_DATA_H_