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

Unified Diff: content/public/renderer/renderer_restrict_dispatch_group.h

Issue 10843017: PPAPI/NaCl: Restrict ppapi messages to unblock only ppapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move RendererRestrictDispatchGroup to content/renderer/public Created 8 years, 5 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
« no previous file with comments | « chrome/renderer/pepper/ppb_nacl_private_impl.cc ('k') | content/renderer/pepper/pepper_broker_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/renderer_restrict_dispatch_group.h
diff --git a/content/renderer/renderer_restrict_dispatch_group.h b/content/public/renderer/renderer_restrict_dispatch_group.h
similarity index 79%
rename from content/renderer/renderer_restrict_dispatch_group.h
rename to content/public/renderer/renderer_restrict_dispatch_group.h
index 546cc51616b3daf4815ac1ad03d6e10216a80595..554d336ac3149316a7956f7cd892799d25fb32cd 100644
--- a/content/renderer/renderer_restrict_dispatch_group.h
+++ b/content/public/renderer/renderer_restrict_dispatch_group.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_RENDERER_RESTRICT_DISPATCH_GROUP_H_
-#define CONTENT_RENDERER_RESTRICT_DISPATCH_GROUP_H_
+#ifndef CONTENT_PUBLIC_RENDERER_RESTRICT_DISPATCH_GROUP_H_
+#define CONTENT_PUBLIC_RENDERER_RESTRICT_DISPATCH_GROUP_H_
#include "ipc/ipc_sync_channel.h"
@@ -21,4 +21,4 @@ enum RendererRestrictDispatchGroup {
} // namespace content
-#endif // CONTENT_RENDERER_RESTRICT_DISPATCH_GROUP_H_
+#endif // CONTENT_PUBLIC_RENDERER_RESTRICT_DISPATCH_GROUP_H_
« no previous file with comments | « chrome/renderer/pepper/ppb_nacl_private_impl.cc ('k') | content/renderer/pepper/pepper_broker_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698