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

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

Issue 686523002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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_cros_arm_gpu_policy_linux.h
diff --git a/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h b/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h
index a6fad9f152358cb53e9f22f5acd50e5c55645244..179ac81f127116b5cab62181bff52b99de1834b7 100644
--- a/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h
+++ b/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.h
@@ -13,11 +13,11 @@ namespace content {
class CrosArmGpuProcessPolicy : public GpuProcessPolicy {
public:
explicit CrosArmGpuProcessPolicy(bool allow_shmat);
- virtual ~CrosArmGpuProcessPolicy();
+ ~CrosArmGpuProcessPolicy() override;
- virtual sandbox::bpf_dsl::ResultExpr EvaluateSyscall(
+ sandbox::bpf_dsl::ResultExpr EvaluateSyscall(
int system_call_number) const override;
- virtual bool PreSandboxHook() override;
+ bool PreSandboxHook() override;
private:
const bool allow_shmat_; // Allow shmat(2).
« no previous file with comments | « content/common/host_shared_bitmap_manager_unittest.cc ('k') | content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698