diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 01:34:35 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 01:34:35 +0000 |
commit | fffaf977dfde05c9d227bfd6951c7e7c65894154 (patch) | |
tree | 8c89b3dd78b35ea27ad43de6381b74b3a24e1f67 /chrome_frame | |
parent | fe641c8aa8e5471c85fccac181c8db3b9dfef2b5 (diff) | |
download | chromium_src-fffaf977dfde05c9d227bfd6951c7e7c65894154.zip chromium_src-fffaf977dfde05c9d227bfd6951c7e7c65894154.tar.gz chromium_src-fffaf977dfde05c9d227bfd6951c7e7c65894154.tar.bz2 |
Move the rest of the renderer->browser messages that belong in content. Also do a bunch of cleanup:
-move safe browsing messages together
-get rid of webkit_param_traits and common_param_trait since they're no longer needed
-remove the multiple include of IPC files from places that don't need it
TBR=tsepez
Review URL: http://codereview.chromium.org/6713084
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79235 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/cfproxy_support.cc | 1 | ||||
-rw-r--r-- | chrome_frame/cfproxy_test.cc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome_frame/cfproxy_support.cc b/chrome_frame/cfproxy_support.cc index 1451650..f6147a2 100644 --- a/chrome_frame/cfproxy_support.cc +++ b/chrome_frame/cfproxy_support.cc @@ -8,6 +8,7 @@ #include "base/atomic_sequence_num.h" #include "base/command_line.h" #include "base/process_util.h" +#include "base/scoped_ptr.h" #include "chrome/common/automation_messages.h" #include "chrome/common/chrome_switches.h" #include "chrome_frame/chrome_launcher_utils.h" diff --git a/chrome_frame/cfproxy_test.cc b/chrome_frame/cfproxy_test.cc index b618b3e..1f81a0b 100644 --- a/chrome_frame/cfproxy_test.cc +++ b/chrome_frame/cfproxy_test.cc @@ -4,6 +4,7 @@ #include <string> #include "base/file_path.h" +#include "base/scoped_ptr.h" #include "base/synchronization/waitable_event.h" #include "chrome/common/automation_messages.h" #include "chrome_frame/cfproxy_private.h" |