| Index: content/browser/zygote_host/zygote_host_impl_linux.h
|
| diff --git a/content/browser/zygote_host/zygote_host_impl_linux.h b/content/browser/zygote_host/zygote_host_impl_linux.h
|
| index 6a1aca5ba79c57570f6e65b9e50ed68658417c5f..95591a4b1be800295d375de9bd734fa50cbf5167 100644
|
| --- a/content/browser/zygote_host/zygote_host_impl_linux.h
|
| +++ b/content/browser/zygote_host/zygote_host_impl_linux.h
|
| @@ -55,7 +55,6 @@ class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHost {
|
| virtual int GetSandboxStatus() const OVERRIDE;
|
| virtual void AdjustRendererOOMScore(base::ProcessHandle process_handle,
|
| int score) OVERRIDE;
|
| - virtual void AdjustLowMemoryMargin(int64 margin_mb) OVERRIDE;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<ZygoteHostImpl>;
|
|
|