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

Unified Diff: chrome/renderer/chrome_content_renderer_client.cc

Issue 10910004: Disable ChromeContentRendererClientTest.NaClRestriction on ARM. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Nice short URLs 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 | « no previous file | chrome/renderer/chrome_content_renderer_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_content_renderer_client.cc
diff --git a/chrome/renderer/chrome_content_renderer_client.cc b/chrome/renderer/chrome_content_renderer_client.cc
index a14a849b155c62895f7b7465e3fc77693d4a7dd5..df34ab7b5bcc7de43e8a237801cbab4e2f4f2594 100644
--- a/chrome/renderer/chrome_content_renderer_client.cc
+++ b/chrome/renderer/chrome_content_renderer_client.cc
@@ -609,6 +609,7 @@ bool ChromeContentRendererClient::IsNaClAllowed(
#if !defined(__arm__)
// The ARM ABI is not quite stable, so only allow NaCl for
// unrestricted extensions (i.e. built-in and under development).
+ // See http://crbug.com/145694
// TODO(dschuff): remove this when the ABI is stable
is_extension_from_webstore ||
is_whitelisted_url ||
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698