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

Unified Diff: chrome/renderer/chrome_content_renderer_client.cc

Issue 1552383002: whitelist hangouts.google.com for nacl plugin loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 | no next file » | 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 3d815b12700a504dff8e384297d232fe6a98bf1a..304c11459e20a934eda659c51b6dc2471ce117cf 100644
--- a/chrome/renderer/chrome_content_renderer_client.cc
+++ b/chrome/renderer/chrome_content_renderer_client.cc
@@ -991,6 +991,8 @@ bool ChromeContentRendererClient::IsNaClAllowed(
base::EndsWith(app_url_host, "plus.google.com",
base::CompareCase::INSENSITIVE_ASCII) ||
base::EndsWith(app_url_host, "plus.sandbox.google.com",
+ base::CompareCase::INSENSITIVE_ASCII) ||
+ base::EndsWith(app_url_host, "hangouts.google.com",
base::CompareCase::INSENSITIVE_ASCII)) &&
// The manifest must be loaded from the host's FileSystem.
(manifest_fs_host == app_url_host);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698