diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 23:56:56 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 23:56:56 +0000 |
commit | 2b79071534c29fc18317bb5c09ce54293da4fd91 (patch) | |
tree | e49ce22dc6a0025976ddb366f01ce422e9e81703 /chrome/browser/views/bookmark_bar_view_test.cc | |
parent | dc92cf22d84a09dc6dce67224f437c27afd5d2d2 (diff) | |
download | chromium_src-2b79071534c29fc18317bb5c09ce54293da4fd91.zip chromium_src-2b79071534c29fc18317bb5c09ce54293da4fd91.tar.gz chromium_src-2b79071534c29fc18317bb5c09ce54293da4fd91.tar.bz2 |
Makes the chevron throb after a user sync'ed his bookmarks (if the overflow menu is shown)
This also makes the chevron throb when no bookmarks is added during a sync and merge.
BUG=24306
TEST=sync with over 10 bookmarks in the bookmark bar so that the chevron is visible.
Patch by Bruno Calvignac<BrunoCalvignac@gmail.com>
Original Review: http://codereview.chromium.org/306054/show
Review URL: http://codereview.chromium.org/454010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33379 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/bookmark_bar_view_test.cc')
-rw-r--r-- | chrome/browser/views/bookmark_bar_view_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/views/bookmark_bar_view_test.cc b/chrome/browser/views/bookmark_bar_view_test.cc index 8fb2bda..8e24366 100644 --- a/chrome/browser/views/bookmark_bar_view_test.cc +++ b/chrome/browser/views/bookmark_bar_view_test.cc @@ -85,6 +85,7 @@ class BookmarkBarViewEventTestBase : public ViewEventTestBase { profile_->CreateBookmarkModel(true); profile_->BlockUntilBookmarkModelLoaded(); profile_->GetPrefs()->SetBoolean(prefs::kShowBookmarkBar, true); + profile_->CreateProfileSyncService(); model_ = profile_->GetBookmarkModel(); model_->ClearStore(); |