Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: chrome/browser/android/vr_shell/vr_input_manager.h

Issue 2657703002: Swap to foreground tab when following links that open in a new tab/window in VR Shell. (Closed)
Patch Set: Address comments Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};
« no previous file with comments | « chrome/browser/android/vr_shell/vr_compositor.cc ('k') | chrome/browser/android/vr_shell/vr_input_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698