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

Unified Diff: content/common/sandbox_linux/bpf_renderer_policy_linux.h

Issue 299683004: Rewrite all BPF policies to use DSL API Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Overhaul of DSL and implementation Created 6 years, 7 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: content/common/sandbox_linux/bpf_renderer_policy_linux.h
diff --git a/content/common/sandbox_linux/bpf_renderer_policy_linux.h b/content/common/sandbox_linux/bpf_renderer_policy_linux.h
index ce00cd78c0fd919ce18c4f4d3b80fdc23e56ce86..e06e1115a80220d0e155e13e3d3f37b25d001cd5 100644
--- a/content/common/sandbox_linux/bpf_renderer_policy_linux.h
+++ b/content/common/sandbox_linux/bpf_renderer_policy_linux.h
@@ -15,8 +15,8 @@ class RendererProcessPolicy : public SandboxBPFBasePolicy {
RendererProcessPolicy();
virtual ~RendererProcessPolicy();
- virtual ErrorCode EvaluateSyscall(SandboxBPF* sandbox_compiler,
- int system_call_number) const OVERRIDE;
+ virtual sandbox::bpf_dsl::ResultExpr EvaluateSyscall(
+ int system_call_number) const OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(RendererProcessPolicy);
« no previous file with comments | « content/common/sandbox_linux/bpf_ppapi_policy_linux.cc ('k') | content/common/sandbox_linux/bpf_renderer_policy_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698