| Index: chrome/utility/chrome_content_utility_ipc_whitelist.cc
|
| diff --git a/chrome/utility/chrome_content_utility_ipc_whitelist.cc b/chrome/utility/chrome_content_utility_ipc_whitelist.cc
|
| index 5715a9ccbf9e7efb8a5bec0a4fb2f12574554694..ece90955e651676792b5bfbcde77ba1c676c0468 100644
|
| --- a/chrome/utility/chrome_content_utility_ipc_whitelist.cc
|
| +++ b/chrome/utility/chrome_content_utility_ipc_whitelist.cc
|
| @@ -3,10 +3,13 @@
|
| // found in the LICENSE file.
|
|
|
| #include "chrome/utility/chrome_content_utility_ipc_whitelist.h"
|
| +#include "chrome/common/chrome_utility_messages.h"
|
|
|
| namespace chrome {
|
|
|
| -const uint32 kMessageWhitelist[] = {0};
|
| +const uint32 kMessageWhitelist[] = {ChromeUtilityMsg_ImageWriter_Cancel::ID,
|
| + ChromeUtilityMsg_ImageWriter_Write::ID,
|
| + ChromeUtilityMsg_ImageWriter_Verify::ID};
|
| const size_t kMessageWhitelistSize = arraysize(kMessageWhitelist);
|
|
|
| } // namespace chrome
|
|
|