Enable PPAPI tests for non-SFI mode.
[chromium-blink-merge.git] / chrome / utility / chrome_content_utility_ipc_whitelist.h
blobfcbd36c17bbbb6cfc87f880fefd1585248f30dbb
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 CHROME_UTILITY_CHROME_CONTENT_UTILITY_IPC_WHITELIST_H_
6 #define CHROME_UTILITY_CHROME_CONTENT_UTILITY_IPC_WHITELIST_H_
8 #include "base/basictypes.h"
10 namespace chrome {
12 // This array contains the list of IPC messages that the utility process will
13 // accept when running with elevated privileges. When new messages need to run
14 // with elevated privileges, add them here and be sure to add a security
15 // reviewer.
16 extern const uint32 kMessageWhitelist[];
17 extern const size_t kMessageWhitelistSize;
19 } // namespace chrome
21 #endif // CHROME_UTILITY_CHROME_CONTENT_UTILITY_IPC_WHITELIST_H_