| Index: cc/output/context_provider.h
|
| diff --git a/cc/output/context_provider.h b/cc/output/context_provider.h
|
| index 47eff203548fd34b12f0bf6c8195140b6598fef5..64fd233501fc227c4a366974b64ee2922d37c357 100644
|
| --- a/cc/output/context_provider.h
|
| +++ b/cc/output/context_provider.h
|
| @@ -104,13 +104,6 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> {
|
| virtual void SetLostContextCallback(
|
| const LostContextCallback& lost_context_callback) = 0;
|
|
|
| - // Sets a callback to be called when the memory policy changes. This should be
|
| - // called from the same thread that the context is bound to.
|
| - typedef base::Callback<void(const ManagedMemoryPolicy& policy)>
|
| - MemoryPolicyChangedCallback;
|
| - virtual void SetMemoryPolicyChangedCallback(
|
| - const MemoryPolicyChangedCallback& memory_policy_changed_callback) = 0;
|
| -
|
| protected:
|
| friend class base::RefCountedThreadSafe<ContextProvider>;
|
| virtual ~ContextProvider() {}
|
|
|