Skip to content

Commit

Permalink
[vr] Disable auto-presentation of WebVR content
Browse files Browse the repository at this point in the history
Bug: 749681
Change-Id: I70022aa1c214c21a711ff074f707cb1dab6132ec
Reviewed-on: https://chromium-review.googlesource.com/583903
Reviewed-by: Biao She <[email protected]>
Commit-Queue: Yash Malik <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#489328}(cherry picked from commit a0c5d56)
Reviewed-on: https://chromium-review.googlesource.com/590167
Reviewed-by: Yash Malik <[email protected]>
Cr-Commit-Position: refs/branch-heads/3163@{#83}
Cr-Branched-From: ff259ba-refs/heads/master@{#488528}
  • Loading branch information
Yash Malik authored and Yash Malik committed Jul 27, 2017
1 parent 889a2fd commit 63431ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/android/chrome_feature_list.cc
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ const base::Feature kWebPaymentsSingleAppUiSkip{
"WebPaymentsSingleAppUiSkip", base::FEATURE_ENABLED_BY_DEFAULT};

const base::Feature kWebVrAutopresent{"WebVrAutopresent",
base::FEATURE_ENABLED_BY_DEFAULT};
base::FEATURE_DISABLED_BY_DEFAULT};

const base::Feature kWebVRCardboardSupport{"WebVRCardboardSupport",
base::FEATURE_ENABLED_BY_DEFAULT};
Expand Down

0 comments on commit 63431ed

Please sign in to comment.