diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 03:32:12 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 03:32:12 +0000 |
commit | 807e90d8ea383e85645ad33522e9f9e17a9f25f3 (patch) | |
tree | cdac30c9e09e0c4cacf9694eeabb650c6f5bcce1 /chrome/browser/browser.vcproj | |
parent | 260cdeef79ce2e2a641a981de51b6d35b758422a (diff) | |
download | chromium_src-807e90d8ea383e85645ad33522e9f9e17a9f25f3.zip chromium_src-807e90d8ea383e85645ad33522e9f9e17a9f25f3.tar.gz chromium_src-807e90d8ea383e85645ad33522e9f9e17a9f25f3.tar.bz2 |
Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windows
specific code for the settings dialog and the table view are just copied from
the old dialog. I tried to change as little as possible. The only significant
change should be that I commented out saving the settings in the profile.
This is a re-land of my previous patch which didn't ifdef the code based on the
IPC logging preprocessor define.
Previous review URL: http://codereview.chromium.org/19741
Review URL: http://codereview.chromium.org/20033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 38536b9..e99c131 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -2110,14 +2110,6 @@ > </File> <File - RelativePath=".\tab_contents\ipc_status_view.cc" - > - </File> - <File - RelativePath=".\tab_contents\ipc_status_view.h" - > - </File> - <File RelativePath=".\tab_contents\native_ui_contents.cc" > </File> @@ -2194,14 +2186,6 @@ > </File> <File - RelativePath=".\tab_contents\status_view.cc" - > - </File> - <File - RelativePath=".\tab_contents\status_view.h" - > - </File> - <File RelativePath=".\tab_contents\tab_contents.cc" > </File> |