| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..49cf6e21fd67680d7126f2e4e7b2c3ea40acc350
|
| --- /dev/null
|
| +++ b/chrome/utility/chrome_content_utility_ipc_whitelist.cc
|
| @@ -0,0 +1,12 @@
|
| +// 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.
|
| +
|
| +#include "chrome/utility/chrome_content_utility_ipc_whitelist.h"
|
| +
|
| +namespace chrome {
|
| +
|
| +const uint32 kMessageWhitelist[] = {0};
|
| +const size_t kMessageWhitelistSize = arraysize(kMessageWhitelist);
|
| +
|
| +} // namespace chrome
|
|
|