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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 22407017: Remove whitelist restriction for Shared Modules on dev channel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test + rebase Created 7 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/browser/renderer_host/pepper/pepper_crx_file_system_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 4700b5a05296a28a7e77907c44ef75432b16282b..0fde016999ecfa2d403532bcdd1763828a08b485 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -272,11 +272,12 @@ const char* kPredefinedAllowedSocketOrigins[] = {
"ghbfeebgmiidnnmeobbbaiamklmpbpii", // see crbug.com/134099
"jdfhpkjeckflbbleddjlpimecpbjdeep", // see crbug.com/142514
"iabmpiboiopbgfabjmgeedhcmjenhbla", // see crbug.com/165080
- "B7CF8A292249681AF81771650BA4CEEAF19A4560", // see crbug.com/165080
- "6EAED1924DB611B6EEF2A664BD077BE7EAD33B8F", // see crbug.com/234789
- "7525AF4F66763A70A883C4700529F647B470E4D2", // see crbug.com/238084
- "0B549507088E1564D672F7942EB87CA4DAD73972", // see crbug.com/238084
- "864288364E239573E777D3E0E36864E590E95C74" // see crbug.com/238084
+ "B7CF8A292249681AF81771650BA4CEEAF19A4560", // see crbug.com/165080
+ "6EAED1924DB611B6EEF2A664BD077BE7EAD33B8F", // see crbug.com/234789
+ "4EB74897CB187C7633357C2FE832E0AD6A44883A", // see crbug.com/234789
+ "7525AF4F66763A70A883C4700529F647B470E4D2", // see crbug.com/238084
+ "0B549507088E1564D672F7942EB87CA4DAD73972", // see crbug.com/238084
+ "864288364E239573E777D3E0E36864E590E95C74" // see crbug.com/238084
};
#endif
« no previous file with comments | « no previous file | chrome/browser/renderer_host/pepper/pepper_crx_file_system_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698