summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/apps/platform_apps/chrome_apps_messages.h
blob: f8138b4fc56127ab8d169b99390f8108c46670bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2018 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 CHROME_COMMON_APPS_PLATFORM_APPS_CHROME_APPS_MESSAGES_H_
#define CHROME_COMMON_APPS_PLATFORM_APPS_CHROME_APPS_MESSAGES_H_

#include "chrome/common/apps/platform_apps/media_galleries_permission_data.h"
#include "ipc/ipc_message_macros.h"

IPC_STRUCT_TRAITS_BEGIN(chrome_apps::MediaGalleriesPermissionData)
  IPC_STRUCT_TRAITS_MEMBER(permission())
IPC_STRUCT_TRAITS_END()

#endif  // CHROME_COMMON_APPS_PLATFORM_APPS_CHROME_APPS_MESSAGES_H_