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/browser.vcproj | |
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/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 1dd27d8..38536b9 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -490,18 +490,6 @@ > </File> <File - RelativePath=".\resource_message_filter.cc" - > - </File> - <File - RelativePath=".\resource_message_filter.h" - > - </File> - <File - RelativePath=".\resource_request_details.h" - > - </File> - <File RelativePath=".\session_startup_pref.cc" > </File> @@ -750,14 +738,6 @@ > </File> <File - RelativePath=".\repost_form_warning_dialog.cc" - > - </File> - <File - RelativePath=".\repost_form_warning_dialog.h" - > - </File> - <File RelativePath=".\status_bubble.h" > </File> @@ -986,11 +966,11 @@ > </File> <File - RelativePath=".\history\history_publisher_win.cc" + RelativePath=".\history\history_publisher.h" > </File> <File - RelativePath=".\history\history_publisher.h" + RelativePath=".\history\history_publisher_win.cc" > </File> <File @@ -2070,6 +2050,18 @@ > </File> <File + RelativePath=".\renderer_host\resource_message_filter.cc" + > + </File> + <File + RelativePath=".\renderer_host\resource_message_filter.h" + > + </File> + <File + RelativePath=".\renderer_host\resource_request_details.h" + > + </File> + <File RelativePath=".\renderer_host\safe_browsing_resource_handler.cc" > </File> @@ -2186,6 +2178,10 @@ > </File> <File + RelativePath=".\tab_contents\repost_form_warning.h" + > + </File> + <File RelativePath=".\tab_contents\security_style.h" > </File> |