Commit e5aefdc4 authored by Vlad Tsyrklevich's avatar Vlad Tsyrklevich Committed by Commit Bot

Delete outdated cruft

Change-Id: I1af3b4fa809870954b272be1c8c257411734c6d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1622754
Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
Commit-Queue: Vitaly Buka <vitalybuka@chromium.org>
Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
Reviewed-by: default avatarVitaly Buka <vitalybuka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662018}
parent 35a25733
......@@ -14,7 +14,6 @@
#include "base/callback.h"
#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
#include "base/no_destructor.h"
#include "base/synchronization/lock.h"
#include "base/thread_annotations.h"
#include "components/gwp_asan/client/export.h"
......@@ -223,16 +222,10 @@ class GWP_ASAN_EXPORT GuardedPageAllocator {
bool is_partition_alloc_ = false;
// Required for a singleton to access the constructor.
friend base::NoDestructor<GuardedPageAllocator>;
friend class BaseGpaTest;
friend class CrashAnalyzerTest;
FRIEND_TEST_ALL_PREFIXES(CrashAnalyzerTest, InternalError);
FRIEND_TEST_ALL_PREFIXES(CrashAnalyzerTest, StackTraceCollection);
FRIEND_TEST_ALL_PREFIXES(GuardedPageAllocatorTest,
GetNearestValidPageEdgeCases);
FRIEND_TEST_ALL_PREFIXES(GuardedPageAllocatorTest, GetErrorTypeEdgeCases);
DISALLOW_COPY_AND_ASSIGN(GuardedPageAllocator);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment