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

Unified Diff: chrome/utility/chrome_content_utility_ipc_whitelist.h

Issue 323693002: Split printing utility IPC messages into its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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.h
diff --git a/chrome/utility/chrome_content_utility_ipc_whitelist.h b/chrome/utility/chrome_content_utility_ipc_whitelist.h
index fcbd36c17bbbb6cfc87f880fefd1585248f30dbb..1e6ea6a47801d3b106108f9b755876b6089f0c39 100644
--- a/chrome/utility/chrome_content_utility_ipc_whitelist.h
+++ b/chrome/utility/chrome_content_utility_ipc_whitelist.h
@@ -7,8 +7,6 @@
#include "base/basictypes.h"
-namespace chrome {
-
// 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
@@ -16,6 +14,4 @@ namespace chrome {
extern const uint32 kMessageWhitelist[];
extern const size_t kMessageWhitelistSize;
-} // namespace chrome
-
#endif // CHROME_UTILITY_CHROME_CONTENT_UTILITY_IPC_WHITELIST_H_

Powered by Google App Engine
This is Rietveld 408576698