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

Unified Diff: chrome/test/data/nacl/extension_validation_cache/extension_validation_cache.html

Issue 263683002: Set file tokens for NaCl main nexe if available to enable validation caching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: concat filepath literal Created 6 years, 7 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/test/data/nacl/extension_validation_cache/extension_validation_cache.html
diff --git a/chrome/test/data/nacl/extension_validation_cache/extension_validation_cache.html b/chrome/test/data/nacl/extension_validation_cache/extension_validation_cache.html
new file mode 100644
index 0000000000000000000000000000000000000000..10eaffc40451553c3b72835d3a9fd5c2c61e88d1
--- /dev/null
+++ b/chrome/test/data/nacl/extension_validation_cache/extension_validation_cache.html
@@ -0,0 +1,17 @@
+<html>
+<!--
+Copyright (c) 2014 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.
+-->
+<head>
+ <script type="text/javascript" src="nacltest.js"></script>
+ <script type="text/javascript" src="load_util.js"></script>
+ <script type="text/javascript" src="extension_validation_cache.js"></script>
+ <title>NaCl Extension nexe-load validation cache test</title>
+</head>
+<body>
+ <h1>NaCl Extension nexe-load validation cache test</h1>
+ <!-- NaCl embed will be created by extension_validation_cache.js -->
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698