| 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 81c0ed93a506f108f34cc22ca34ea0ce49e6fb75..a491ddeb5393fe97d2ee2d88fe34234dd0c5826c 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -183,6 +183,8 @@ class VrShell : public device::GvrDelegate, content::WebContentsObserver {
|
|
|
| void ProcessTabArray(JNIEnv* env, jobjectArray tabs, bool incognito);
|
|
|
| + bool vr_shell_enabled_;
|
| +
|
| std::unique_ptr<UiInterface> html_interface_;
|
| bool content_paused_ = false;
|
| bool webvr_mode_ = false;
|
|
|