| 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 e355d80250a9f02bc42141841332f31d5f0e4b05..400a24283c658850d2048b1a18cad3e04eb3b483 100644
|
| --- a/chrome/browser/android/vr_shell/vr_shell.h
|
| +++ b/chrome/browser/android/vr_shell/vr_shell.h
|
| @@ -235,9 +235,6 @@ class VrShell : public device::PresentingGvrDelegate,
|
| jobject content_surface_ = nullptr;
|
| bool taken_surface_ = false;
|
| base::CancelableClosure poll_capturing_media_task_;
|
| - bool is_capturing_audio_ = false;
|
| - bool is_capturing_video_ = false;
|
| - bool is_capturing_screen_ = false;
|
|
|
| // TODO(mthiesse): Remove the need for this to be stored here.
|
| // crbug.com/674594
|
|
|