Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: chrome/browser/android/vr_shell/vr_shell.h

Issue 2680723003: Remove ENABLE_VR_SHELL compile-time define. (Closed)
Patch Set: Rename vr_shell_enabled_ Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698