| Index: chrome/browser/android/vr_shell/vr_shell.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_shell.h b/chrome/browser/android/vr_shell/vr_shell.h
|
| index deb1f1fefdd8dffe017701b027c1dfb4aff4c912..2d6e5298f1b282463fe6fad2b638bae0b51cf645 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -116,6 +116,10 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
|
| const base::android::JavaParamRef<jobject>& obj);
|
| void RestoreContentSurface(JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& obj);
|
| + void SetHistoryButtonsEnabled(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& obj,
|
| + jboolean can_go_back,
|
| + jboolean can_go_forward);
|
|
|
| void ContentWebContentsDestroyed();
|
| // Called when our WebContents have been hidden. Usually a sign that something
|
|
|