Index: native_client_sdk/src/examples/demo/drive/index.html |
diff --git a/native_client_sdk/src/libraries/nacl_io_test/index.html b/native_client_sdk/src/examples/demo/drive/index.html |
similarity index 71% |
copy from native_client_sdk/src/libraries/nacl_io_test/index.html |
copy to native_client_sdk/src/examples/demo/drive/index.html |
index 424f557e137e05748330ecdd67a61bff3d34fe71..e879ddae72b54ae2a484aa777cad57ee24eeca78 100644 |
--- a/native_client_sdk/src/libraries/nacl_io_test/index.html |
+++ b/native_client_sdk/src/examples/demo/drive/index.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<html> |
<!-- |
-Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+Copyright (c) 2013 The Chromium Authors. All rights reserved. |
Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. |
--> |
@@ -15,9 +15,9 @@ found in the LICENSE file. |
<body {{attrs}}> |
<h1>{{title}}</h1> |
<h2>Status: <code id="statusField">NO-STATUS</code></h2> |
- <!-- The NaCl plugin will be embedded inside the element with id "listener". |
- See common.js.--> |
+ <button id="signIn" style="display:none">Sign In</button> |
+ <button id="getFile" style="display:none">Get File</button> |
+ <pre id="result"></pre> |
<div id="listener"></div> |
- <pre id="log"></pre> |
</body> |
</html> |