Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5408)

Unified Diff: chrome/utility/chrome_content_utility_ipc_whitelist.cc

Issue 98603007: Launches a privileged utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds the elevation flag to the utility process. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/utility/chrome_content_utility_ipc_whitelist.h ('k') | components/nacl/browser/nacl_broker_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698