diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-29 04:08:14 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-29 04:08:14 +0000 |
commit | c08e793bb04f486d12a02cec03cf5decea834996 (patch) | |
tree | a75e19e8e0e478bfbc6e89bc5664ef2d8027b81a /content/browser/plugin_process_host.cc | |
parent | 034d389dae76c526bb377772935009e98e55044e (diff) | |
download | chromium_src-c08e793bb04f486d12a02cec03cf5decea834996.zip chromium_src-c08e793bb04f486d12a02cec03cf5decea834996.tar.gz chromium_src-c08e793bb04f486d12a02cec03cf5decea834996.tar.bz2 |
Remove render_messages_params files since they're not needed anymore. I moved the search provider related enums to another file.
TBR=tsepez
Review URL: http://codereview.chromium.org/6683066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79659 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_process_host.cc')
-rw-r--r-- | content/browser/plugin_process_host.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc index e9fdf56..e6f245d3 100644 --- a/content/browser/plugin_process_host.cc +++ b/content/browser/plugin_process_host.cc @@ -29,7 +29,6 @@ #include "chrome/common/logging_chrome.h" #include "chrome/common/net/url_request_context_getter.h" #include "chrome/common/render_messages.h" -#include "chrome/common/render_messages_params.h" #include "content/browser/browser_thread.h" #include "content/browser/plugin_service.h" #include "content/browser/renderer_host/resource_dispatcher_host.h" |