| Index: chrome/browser/resources/vr_shell/vk.html
 | 
| diff --git a/chrome/browser/resources/vr_shell/vk.html b/chrome/browser/resources/vr_shell/vk.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..1493cafd68abc81c2392a000488cfa5e4121fca2
 | 
| --- /dev/null
 | 
| +++ b/chrome/browser/resources/vr_shell/vk.html
 | 
| @@ -0,0 +1,17 @@
 | 
| +<!DOCTYPE html>
 | 
| +<html>
 | 
| +
 | 
| +  <head>
 | 
| +    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 | 
| +    <script type="text/javascript" src="vk.js"></script>
 | 
| +    <link type="text/css" rel="stylesheet" href="vk.css">
 | 
| +  </head>
 | 
| +
 | 
| +  <body lang="en">
 | 
| +    <div id="" class="inputview-container">
 | 
| +      <div class="inputview-layoutview" id="keyboardView">
 | 
| +      </div>
 | 
| +    </div>
 | 
| +  </body>
 | 
| +
 | 
| +</html>
 | 
| 
 |