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

Unified Diff: chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc

Issue 2661823002: NOT FOR REVIEW: A set of patches for Josh to work on top of. (Closed)
Patch Set: Created 3 years, 11 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/ui/webui/vr_shell/vr_shell_ui_ui.cc
diff --git a/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc b/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
index 7e75241b9d365d31e9bf2672582f4dbbbc84af99..9b440c602996677defcbdaf42e1ec17226bf1fd0 100644
--- a/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
+++ b/chrome/browser/ui/webui/vr_shell/vr_shell_ui_ui.cc
@@ -189,6 +189,9 @@ content::WebUIDataSource* CreateVrShellUIHTMLSource() {
source->AddResourcePath("vr_shell_ui.js", IDR_VR_SHELL_UI_JS);
source->AddResourcePath("vr_shell_ui_api.js", IDR_VR_SHELL_UI_API_JS);
source->AddResourcePath("vr_shell_ui_scene.js", IDR_VR_SHELL_UI_SCENE_JS);
+ source->AddResourcePath("vk.css", IDR_VR_SHELL_UI_VK_CSS);
+ source->AddResourcePath("vk.js", IDR_VR_SHELL_UI_VK_JS);
+ source->AddResourcePath("vk.html", IDR_VR_SHELL_UI_VK_HTML);
source->SetDefaultResource(IDR_VR_SHELL_UI_HTML);
source->AddLocalizedString(
"insecureWebVrContentPermanent",
« no previous file with comments | « chrome/browser/ui/webui/vr_shell/vr_shell_ui_message_handler.cc ('k') | ui/webui/resources/images/backspace.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698