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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2873843002: Support autopresenting WebVr content. (Closed)
Patch Set: rebase Created 3 years, 7 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 5a64c493515af548d9d8676ff39612e8d301c945..8b7dff3885df882dc11e7694910babcfa2799fc1 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2550,6 +2550,11 @@ const char kVrCustomTabBrowsingName[] = "Enable Custom Tab browsing in VR.";
const char kVrCustomTabBrowsingDescription[] =
"Allow browsing with a VR headset in a Custom Tab if available for this "
"device.";
+
+const char kWebVrAutopresentName[] = "Enable WebVr auto presentation";
+
+const char kWebVrAutopresentDescription[] =
+ "Allows auto presentation of WebVr content from trusted first-party apps";
#endif // BUILDFLAG(ENABLE_VR)
#endif // defined(OS_ANDROID)
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698