diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-25 22:18:06 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-25 22:18:06 +0000 |
commit | 700bf620e83311f8a21f60cfb8dc292ec0780a31 (patch) | |
tree | 18351992efd69e8e5077dcb76874a6684fb30431 /chrome/browser/browser.vcproj | |
parent | 65bd67d12cbbf73a0c7842750bd30639ddad2306 (diff) | |
download | chromium_src-700bf620e83311f8a21f60cfb8dc292ec0780a31.zip chromium_src-700bf620e83311f8a21f60cfb8dc292ec0780a31.tar.gz chromium_src-700bf620e83311f8a21f60cfb8dc292ec0780a31.tar.bz2 |
Remove the profiling system. This wasn't being used and complicated some parts of the code (I'm trying to clean up WebContents). We can ressurect this if we have a better plan for doing profiling that needs to live in the browser.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 0747b6f..cb2ee81 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -866,22 +866,6 @@ > </File> <File - RelativePath=".\navigation_performance_viewer.cc" - > - </File> - <File - RelativePath=".\navigation_performance_viewer.h" - > - </File> - <File - RelativePath=".\navigation_profiler.cc" - > - </File> - <File - RelativePath=".\navigation_profiler.h" - > - </File> - <File RelativePath=".\network_status_view.cc" > </File> @@ -890,14 +874,6 @@ > </File> <File - RelativePath=".\page_load_tracker.cc" - > - </File> - <File - RelativePath=".\page_load_tracker.h" - > - </File> - <File RelativePath=".\page_navigator.h" > </File> |