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

Side by Side 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: clear tokens too 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <!--
3 Copyright (c) 2014 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7 <head>
8 <script type="text/javascript" src="nacltest.js"></script>
9 <script type="text/javascript" src="load_util.js"></script>
10 <script type="text/javascript" src="extension_validation_cache.js"></script>
11 <title>NaCl Extension nexe-load validation cache test</title>
12 </head>
13 <body>
14 <h1>NaCl Extension nexe-load validation cache test</h1>
15 <!-- NaCl embed will be created by extension_validation_cache.js -->
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698