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/test | |
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/test')
-rw-r--r-- | chrome/test/unit/unittests.vcproj | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj index ee496de..c84a572 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -515,18 +515,6 @@ </File> </Filter> <Filter - Name="TestPerformanceProfiler" - > - <File - RelativePath="..\..\browser\navigation_profiler_unittest.cc" - > - </File> - <File - RelativePath="..\..\browser\page_load_tracker_unittest.cc" - > - </File> - </Filter> - <Filter Name="TestNavigationController" > <File |