diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-03 17:47:07 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-03 17:47:07 +0000 |
commit | f56f0bf3d4ead673b49ba29123386c8302f3fcb0 (patch) | |
tree | 55594e76ce52db17e3579d547346b143fdad69d7 /chrome/browser/views/browser_views.vcproj | |
parent | 6c1495cfeac8fbe96263db768c2cf7dadea5993d (diff) | |
download | chromium_src-f56f0bf3d4ead673b49ba29123386c8302f3fcb0.zip chromium_src-f56f0bf3d4ead673b49ba29123386c8302f3fcb0.tar.gz chromium_src-f56f0bf3d4ead673b49ba29123386c8302f3fcb0.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.
Review URL: http://codereview.chromium.org/19741
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/browser_views.vcproj')
-rw-r--r-- | chrome/browser/views/browser_views.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj index 3a85578..28a31b1 100644 --- a/chrome/browser/views/browser_views.vcproj +++ b/chrome/browser/views/browser_views.vcproj @@ -370,6 +370,14 @@ > </File> <File + RelativePath=".\about_ipc_dialog.cc" + > + </File> + <File + RelativePath=".\about_ipc_dialog.h" + > + </File> + <File RelativePath=".\about_network_dialog.cc" > </File> |