diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 02:39:38 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 02:39:38 +0000 |
commit | 3a5180ae725c862c95fb782885935210b5e47b11 (patch) | |
tree | 7f9d336c98bdb5790940aa4fa3bed77088713f03 /chrome/browser/automation/testing_automation_provider.cc | |
parent | ff5ce2374012237cdf8e2c3ef24908b1a13106b7 (diff) | |
download | chromium_src-3a5180ae725c862c95fb782885935210b5e47b11.zip chromium_src-3a5180ae725c862c95fb782885935210b5e47b11.tar.gz chromium_src-3a5180ae725c862c95fb782885935210b5e47b11.tar.bz2 |
Create an API around PluginService and use it from Chrome.
BUG=98716
Review URL: http://codereview.chromium.org/9006036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider.cc')
-rw-r--r-- | chrome/browser/automation/testing_automation_provider.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc index e131c1a..df89306 100644 --- a/chrome/browser/automation/testing_automation_provider.cc +++ b/chrome/browser/automation/testing_automation_provider.cc @@ -115,11 +115,11 @@ #include "chrome/common/pref_names.h" #include "chrome/common/render_messages.h" #include "chrome/common/url_constants.h" -#include "content/browser/plugin_service.h" #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/tab_contents/interstitial_page.h" #include "content/browser/tab_contents/tab_contents.h" #include "content/public/browser/notification_service.h" +#include "content/public/browser/plugin_service.h" #include "content/public/browser/render_process_host.h" #include "content/public/common/child_process_host.h" #include "content/public/common/common_param_traits.h" @@ -152,6 +152,7 @@ using content::BrowserThread; using content::ChildProcessHost; using content::DownloadItem; using content::DownloadManager; +using content::PluginService; namespace { |