| Index: sandbox/win/src/service_resolver.h
|
| diff --git a/sandbox/win/src/service_resolver.h b/sandbox/win/src/service_resolver.h
|
| index 3eb9e0838109e322c9a871a02e6b02cead3a7090..301d0dc737d20311e9e8976e1895a08aaa5c6d75 100644
|
| --- a/sandbox/win/src/service_resolver.h
|
| +++ b/sandbox/win/src/service_resolver.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2013 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -43,6 +43,9 @@ class ServiceResolverThunk : public ResolverThunk {
|
| // Implementation of Resolver::GetThunkSize.
|
| virtual size_t GetThunkSize() const;
|
|
|
| + // Call this to set up ntdll_base_ which will allow for local patches.
|
| + virtual void AllowLocalPatches();
|
| +
|
| protected:
|
| // The unit test will use this member to allow local patch on a buffer.
|
| HMODULE ntdll_base_;
|
|
|