diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-27 07:18:46 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-27 07:18:46 +0000 |
commit | 1a559448088694cd4dc077c7a14436942fda5061 (patch) | |
tree | c539c7259f878cf6c43bbbbc2515eaa46b0f4f45 /content/content_browser.gypi | |
parent | 3f84377fbfae99a755a20f8a9a5390526cec9ce1 (diff) | |
download | chromium_src-1a559448088694cd4dc077c7a14436942fda5061.zip chromium_src-1a559448088694cd4dc077c7a14436942fda5061.tar.gz chromium_src-1a559448088694cd4dc077c7a14436942fda5061.tar.bz2 |
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
Review URL: https://chromiumcodereview.appspot.com/10391173
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139210 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r-- | content/content_browser.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi index d64bd05..02bdcf7 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -105,6 +105,7 @@ 'public/browser/notification_types.h', 'public/browser/page_navigator.cc', 'public/browser/page_navigator.h', + 'public/browser/pepper_flash_settings_helper.h', 'public/browser/plugin_data_remover.h', 'public/browser/plugin_service_filter.h', 'public/browser/plugin_service.h', @@ -429,6 +430,8 @@ 'browser/net/view_http_cache_job_factory.h', 'browser/notification_service_impl.cc', 'browser/notification_service_impl.h', + 'browser/pepper_flash_settings_helper_impl.cc', + 'browser/pepper_flash_settings_helper_impl.h', 'browser/plugin_data_remover_impl.cc', 'browser/plugin_data_remover_impl.h', 'browser/plugin_loader_posix.cc', |