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

Unified Diff: native_client_sdk/src/examples/demo/drive/index.html

Issue 14500010: [NaCl SDK] Google Drive example (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: synchronous on thread Created 7 years, 8 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: 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 66%
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..d29f022b6f2e575198259b8ada3691d7268fd203 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,13 @@ 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>
<div id="listener"></div>
<pre id="log"></pre>
+ <div>
+ File Contents:
+ <pre style="border: 1px solid #ccc" id="contents"></pre>
+ </div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698