summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.scons
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-03 17:47:07 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-03 17:47:07 +0000
commitf56f0bf3d4ead673b49ba29123386c8302f3fcb0 (patch)
tree55594e76ce52db17e3579d547346b143fdad69d7 /chrome/browser/browser.scons
parent6c1495cfeac8fbe96263db768c2cf7dadea5993d (diff)
downloadchromium_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/browser.scons')
-rw-r--r--chrome/browser/browser.scons9
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/browser.scons b/chrome/browser/browser.scons
index 9d5cc5c..2692a36 100644
--- a/chrome/browser/browser.scons
+++ b/chrome/browser/browser.scons
@@ -558,16 +558,12 @@ input_files = ChromeFileList([
'tab_contents/infobar_delegate.h',
'tab_contents/interstitial_page.cc',
'tab_contents/interstitial_page.h',
- 'tab_contents/ipc_status_view.cc',
- 'tab_contents/ipc_status_view.h',
'tab_contents/native_ui_contents.cc',
'tab_contents/native_ui_contents.h',
'tab_contents/navigation_controller.cc',
'tab_contents/navigation_controller.h',
'tab_contents/navigation_entry.cc',
'tab_contents/navigation_entry.h',
- 'tab_contents/network_status_view.cc',
- 'tab_contents/network_status_view.h',
'tab_contents/page_navigator.h',
'tab_contents/provisional_load_details.cc',
'tab_contents/provisional_load_details.h',
@@ -580,8 +576,6 @@ input_files = ChromeFileList([
'tab_contents/security_style.h',
'tab_contents/site_instance.cc',
'tab_contents/site_instance.h',
- 'tab_contents/status_view.cc',
- 'tab_contents/status_view.h',
'tab_contents/tab_contents.cc',
'tab_contents/tab_contents.h',
'tab_contents/tab_contents_delegate.h',
@@ -781,16 +775,13 @@ if not env.Bit('windows'):
'ssl/ssl_policy.cc',
'tab_contents/infobar_delegate.cc',
'tab_contents/interstitial_page.cc',
- 'tab_contents/ipc_status_view.cc',
'tab_contents/native_ui_contents.cc',
'tab_contents/navigation_controller.cc',
'tab_contents/navigation_entry.cc',
- 'tab_contents/network_status_view.cc',
'tab_contents/render_view_context_menu.cc',
'tab_contents/render_view_context_menu_controller.cc',
'tab_contents/render_view_host_manager.cc',
'tab_contents/site_instance.cc',
- 'tab_contents/status_view.cc',
'tab_contents/tab_contents.cc',
'tab_contents/tab_contents_factory.cc',
'tab_contents/tab_util.cc',