| Index: chrome/browser/android/vr_shell/vr_browser_interface.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_browser_interface.h b/chrome/browser/android/vr_shell/vr_browser_interface.h
|
| index 170fe800e37fffbb20dc2cca997d436b6ee87077..a4e39e5d4743db4de35ea2733f4fd17af2b85263 100644
|
| --- a/chrome/browser/android/vr_shell/vr_browser_interface.h
|
| +++ b/chrome/browser/android/vr_shell/vr_browser_interface.h
|
| @@ -31,7 +31,7 @@ class VrBrowserInterface {
|
| virtual void GvrDelegateReady() {}
|
| virtual void UpdateGamepadData(device::GvrGamepadData) {}
|
| virtual void AppButtonGesturePerformed(UiInterface::Direction direction) {}
|
| - virtual void OnAppButtonClicked() {}
|
| + virtual void AppButtonClicked() {}
|
| virtual void ProcessContentGesture(
|
| std::unique_ptr<blink::WebInputEvent> event) {}
|
| virtual void ForceExitVr() {}
|
|
|