commit | 50bcfc163bd8b8d9f1bc57e2ee46e363baf7ead8 | [log] [tgz] |
---|---|---|
author | Yash Malik <[email protected]> | Sat Nov 18 00:47:59 2017 |
committer | Commit Bot <[email protected]> | Sat Nov 18 00:47:59 2017 |
tree | 91d3043e865ac153855b9dc90db44bbc21055ee6 | |
parent | 14e8a9bb81b244d39909a0f5897489fed3652365 [diff] [blame] |
VR: Dynamically load GVR Keyboard implementation This CL add the necessary glue to wire up the keyboard API to its implementation in the Daydream Keyboard APK. The keyboard can be temporarily be summoned via the app button by turning on the vr-browser-keyboard runtime flag. Follow-up CLs will introduce the keyboard element and remove the temporary code in VrShellGl. Bug: 641470 Change-Id: I3d1372aa335db69c1e38adbb00a67993f9eea1e0 Reviewed-on: https://chromium-review.googlesource.com/731568 Commit-Queue: Yash Malik <[email protected]> Reviewed-by: Yaron Friedman <[email protected]> Reviewed-by: Biao She <[email protected]> Reviewed-by: Amirhossein Simjour <[email protected]> Reviewed-by: Max Moroz <[email protected]> Reviewed-by: Ian Vollick <[email protected]> Cr-Commit-Position: refs/heads/master@{#517638}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 1850a7b0..135b31d5 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1679,6 +1679,9 @@ extern const char kVrBrowsingName[]; extern const char kVrBrowsingDescription[]; +extern const char kVrBrowserKeyboardName[]; +extern const char kVrBrowserKeyboardDescription[]; + extern const char kVrBrowsingExperimentalFeaturesName[]; extern const char kVrBrowsingExperimentalFeaturesDescription[];