diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 18:14:29 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 18:14:29 +0000 |
commit | 52b0f0ca254e56b1cdd2d40eeb47e18b3e800a8e (patch) | |
tree | 4d0808f03ce230bbe4e53515b1cec7e4121e0c26 /chrome/test/unit/unittests.vcproj | |
parent | 87ad4734d1fabf81de74fad1141e89eda9b11659 (diff) | |
download | chromium_src-52b0f0ca254e56b1cdd2d40eeb47e18b3e800a8e.zip chromium_src-52b0f0ca254e56b1cdd2d40eeb47e18b3e800a8e.tar.gz chromium_src-52b0f0ca254e56b1cdd2d40eeb47e18b3e800a8e.tar.bz2 |
Make the bookmarks bar disappear when the load after the new tab page commits
rather than when it is pending. This makes it change at the same time the
page changes.
To support this, we now have to keep track of both a pending and a committed
DOMUI object. This is tracked by the RenderManager, which does a similar
swapping between pending and committed RenderViewHosts.
BUG=8963
Review URL: http://codereview.chromium.org/42512
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12469 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/unit/unittests.vcproj')
-rw-r--r-- | chrome/test/unit/unittests.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj index 9aa8dab..46f501b 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -452,6 +452,10 @@ > </File> <File + RelativePath="..\..\browser\dom_ui\dom_ui_unittest.cc" + > + </File> + <File RelativePath="..\..\browser\download\download_manager_unittest.cc" > </File> |