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

Unified Diff: chrome/test/data/nacl/nonsfi/irt_test.html

Issue 230413002: NonSFI NaCl: Plumb Exception IRT enough for breakpad. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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: chrome/test/data/nacl/nonsfi/irt_test.html
diff --git a/chrome/test/data/nacl/nonsfi/irt_test.html b/chrome/test/data/nacl/nonsfi/irt_test.html
index 8094627e084f50d0075eed68a4819cf60369e26c..ca450af1286bc8d6f0c67736265cea369f7ae7cc 100644
--- a/chrome/test/data/nacl/nonsfi/irt_test.html
+++ b/chrome/test/data/nacl/nonsfi/irt_test.html
@@ -18,7 +18,7 @@ function create(manifest_url) {
var embed = document.createElement('embed');
embed.src = manifest_url;
embed.type = 'application/x-nacl';
- embed.basic_tests = '2';
+ embed.basic_tests = '1';
Mark Seaborn 2014/04/24 23:39:28 It's not clear to me why you're changing this file
Junichi Uekawa 2014/04/25 01:06:10 It seems like I didn't revert this file cleanly. d
embed.stress_tests = '0';
return embed;
}

Powered by Google App Engine
This is Rietveld 408576698