| Index: chrome/browser/android/vr_shell/vr_input_manager.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_input_manager.h b/chrome/browser/android/vr_shell/vr_input_manager.h
|
| index f80b3318915fca4ffa37eebd8bd675e6348d264f..8e4e70d898e8b91b547e9e42607014593ba55aed 100644
|
| --- a/chrome/browser/android/vr_shell/vr_input_manager.h
|
| +++ b/chrome/browser/android/vr_shell/vr_input_manager.h
|
| @@ -23,7 +23,6 @@ class VrInputManager {
|
| explicit VrInputManager(content::WebContents* web_contents);
|
| ~VrInputManager();
|
|
|
| - base::WeakPtr<VrInputManager> GetWeakPtr();
|
| void ProcessUpdatedGesture(std::unique_ptr<blink::WebInputEvent> event);
|
|
|
| private:
|
| @@ -33,8 +32,6 @@ class VrInputManager {
|
|
|
| content::WebContents* web_contents_;
|
|
|
| - base::WeakPtrFactory<VrInputManager> weak_ptr_factory_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(VrInputManager);
|
| };
|
|
|
|
|