summaryrefslogtreecommitdiffstats
path: root/chrome/utility/chrome_content_utility_ipc_whitelist.h
blob: 518cddcc7f5708cffde872139c7b580a75057989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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 CHROME_UTILITY_CHROME_CONTENT_UTILITY_IPC_WHITELIST_H_
#define CHROME_UTILITY_CHROME_CONTENT_UTILITY_IPC_WHITELIST_H_

#include <stddef.h>
#include <stdint.h>

// This array contains the list of IPC messages that the utility process will
// accept when running with elevated privileges.  When new messages need to run
// with elevated privileges, add them here and be sure to add a security
// reviewer.
extern const uint32_t kMessageWhitelist[];
extern const size_t kMessageWhitelistSize;

#endif  // CHROME_UTILITY_CHROME_CONTENT_UTILITY_IPC_WHITELIST_H_