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

Unified Diff: native_client_sdk/src/examples/file_histogram/index.html

Issue 10828187: [NaCl SDK] Support multiple configs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « native_client_sdk/src/examples/dlopen/index.html ('k') | native_client_sdk/src/examples/file_io/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/file_histogram/index.html
diff --git a/native_client_sdk/src/examples/file_histogram/index.html b/native_client_sdk/src/examples/file_histogram/index.html
index f03c0d392b46866367ee576db271c84b23f0f648..0ebda7333e4c674a2a5653b59ccca825d740535a 100644
--- a/native_client_sdk/src/examples/file_histogram/index.html
+++ b/native_client_sdk/src/examples/file_histogram/index.html
@@ -40,7 +40,7 @@
}
</script>
</head>
-<body onload="common.onload('<NAME>', '<tc>', 256, 256)">
+<body onload="common.onload('<NAME>', '<tc>', '<config>', 256, 256)">
<h1><TITLE></h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
<input type="file" id="FileInput" onchange="handleFileInput()" multiple>
« no previous file with comments | « native_client_sdk/src/examples/dlopen/index.html ('k') | native_client_sdk/src/examples/file_io/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698