|
|
Pepper Flash settings integration: implement "deauthorize content licenses".
A few notes about PepperFlashSettingsManager:
- It doesn't re-establish a channel for each request. It might seem unnecessary at this point. But that is needed for implementing content settings (camera/mic and peer networking), which requires more interactions with the broker process.
- Similarly, the support of multiple in-flight requests isn't very useful for deauthorizing content licenses, but that is useful for content settings, e.g., sending multiple GetPermissionSettings requests for different setting types.
BUG= 112190
TEST=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=139210
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+887 lines, -18 lines) |
Patch |
 |
M |
chrome/browser/browsing_data_remover.h
|
View
|
|
6 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data_remover.cc
|
View
|
|
6 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/pepper_flash_settings_manager.h
|
View
|
1
2
3
|
3 chunks |
+52 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/pepper_flash_settings_manager.cc
|
View
|
1
2
|
2 chunks |
+350 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/pepper_flash_settings_helper_impl.h
|
View
|
1
2
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/browser/pepper_flash_settings_helper_impl.cc
|
View
|
1
2
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/pepper_file_message_filter.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/ppapi_plugin/broker_process_dispatcher.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/ppapi_plugin/broker_process_dispatcher.cc
|
View
|
|
5 chunks |
+35 lines, -7 lines |
0 comments
|
Download
|
 |
A |
content/public/browser/pepper_flash_settings_helper.h
|
View
|
1
2
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_constants.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/common/content_constants.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppp_flash_browser_operations.idl
|
View
|
1
2
3
|
2 chunks |
+104 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppp_flash_browser_operations.h
|
View
|
1
2
3
|
4 chunks |
+129 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|