diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-05 20:17:07 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-05 20:17:07 +0000 |
commit | b5bb35f1ddd2e113089e329b024a4fb843d038fb (patch) | |
tree | 7fc3944bb8cbcf56e7adcbf11e15929740fccb69 /chrome/browser/plugin_service.cc | |
parent | 031c7baebf04ef2351953c62e494057835bf5277 (diff) | |
download | chromium_src-b5bb35f1ddd2e113089e329b024a4fb843d038fb.zip chromium_src-b5bb35f1ddd2e113089e329b024a4fb843d038fb.tar.gz chromium_src-b5bb35f1ddd2e113089e329b024a4fb843d038fb.tar.bz2 |
Move resource_message_filter and resource_request_details to the renderer_host.
Make the repost form warning portable by abstracting the show function from
the view. Rename the Windows repost form warning and move it to browser/views.
This also fixes a comment in browser_process.h
Review URL: http://codereview.chromium.org/20066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.cc')
-rw-r--r-- | chrome/browser/plugin_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_service.cc b/chrome/browser/plugin_service.cc index 032842c..aeec45b 100644 --- a/chrome/browser/plugin_service.cc +++ b/chrome/browser/plugin_service.cc @@ -11,7 +11,7 @@ #include "chrome/browser/chrome_thread.h" #include "chrome/browser/plugin_process_host.h" #include "chrome/browser/renderer_host/render_process_host.h" -#include "chrome/browser/resource_message_filter.h" +#include "chrome/browser/renderer_host/resource_message_filter.h" #include "chrome/common/chrome_plugin_lib.h" #include "chrome/common/logging_chrome.h" #include "webkit/glue/plugins/plugin_list.h" |