|
Flag and whitelist to allow crxfs api in NaCl
This is pretty much the same as existing Pepper Socket API. Since the
original code for socket is in chrome_content_browser_client.h for
crossing chrome-content boundary, it's moved to the new file
pepper_util.cc, so that PepperCrxFileSystemMessageFilter can access
directory inside chrome space.
BUG= 240865
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202951
Total comments: 24
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+206 lines, -82 lines) |
Patch |
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+13 lines, -65 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/pepper_permission_util.h
|
View
|
1
2
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/pepper_permission_util.cc
|
View
|
1
2
3
4
|
1 chunk |
+103 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc
|
View
|
|
2 chunks |
+16 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/pepper/pepper_crx_file_system_message_filter.h
|
View
|
1
2
|
4 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/pepper/pepper_crx_file_system_message_filter.cc
|
View
|
1
2
|
5 chunks |
+29 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|