diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 18:06:36 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 18:06:36 +0000 |
commit | 0aed2f55c27f391d56f4d2e027578e5722d3b3bc (patch) | |
tree | 6261a825a2afb58f1b82f477d3ecd7e966a322af /chrome/browser/tab_contents | |
parent | 43bf4fa977612da47f84b4f56ac7cf38256f52f5 (diff) | |
download | chromium_src-0aed2f55c27f391d56f4d2e027578e5722d3b3bc.zip chromium_src-0aed2f55c27f391d56f4d2e027578e5722d3b3bc.tar.gz chromium_src-0aed2f55c27f391d56f4d2e027578e5722d3b3bc.tar.bz2 |
Move a bunch of renderer->browser messages to content.
TBR=tsepez
Review URL: http://codereview.chromium.org/6721021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79152 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/background_contents.cc | 1 | ||||
-rw-r--r-- | chrome/browser/tab_contents/background_contents.h | 2 | ||||
-rw-r--r-- | chrome/browser/tab_contents/render_view_host_delegate_helper.h | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/tab_contents/background_contents.cc b/chrome/browser/tab_contents/background_contents.cc index e9ea273..8c92a0e 100644 --- a/chrome/browser/tab_contents/background_contents.cc +++ b/chrome/browser/tab_contents/background_contents.cc @@ -16,6 +16,7 @@ #include "content/browser/renderer_host/render_view_host.h" #include "content/browser/site_instance.h" #include "content/common/notification_service.h" +#include "content/common/view_messages.h" #include "ui/gfx/rect.h" //////////////// diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h index 0cbcd36..70659c7 100644 --- a/chrome/browser/tab_contents/background_contents.h +++ b/chrome/browser/tab_contents/background_contents.h @@ -12,9 +12,9 @@ #include "chrome/browser/tab_contents/render_view_host_delegate_helper.h" #include "chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h" #include "chrome/common/view_types.h" -#include "chrome/common/window_container_type.h" #include "content/browser/renderer_host/render_view_host_delegate.h" #include "content/common/notification_registrar.h" +#include "content/common/window_container_type.h" #include "webkit/glue/window_open_disposition.h" class TabContents; diff --git a/chrome/browser/tab_contents/render_view_host_delegate_helper.h b/chrome/browser/tab_contents/render_view_host_delegate_helper.h index 1367f9f..4af68c8 100644 --- a/chrome/browser/tab_contents/render_view_host_delegate_helper.h +++ b/chrome/browser/tab_contents/render_view_host_delegate_helper.h @@ -9,8 +9,8 @@ #include <map> #include "base/basictypes.h" -#include "chrome/common/window_container_type.h" #include "content/browser/webui/web_ui_factory.h" +#include "content/common/window_container_type.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" #include "ui/gfx/rect.h" #include "webkit/glue/webpreferences.h" |