| 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..107c4c89279ec8766f0c00c76a575b063c18a875 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 feature_enabled_;
|
| +
|
| std::unique_ptr<UiInterface> html_interface_;
|
| bool content_paused_ = false;
|
| bool webvr_mode_ = false;
|
|
|