diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-18 00:23:29 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-18 00:23:29 +0000 |
commit | 5edb922fb2404daf6cab39e378801f0adc9a481c (patch) | |
tree | d74202624547b13f39a586f2ef4d6464c587a976 /chrome/browser/browser_commands_unittest.cc | |
parent | 863cc03b90d93a75460710ce32ddc551d9e8df8b (diff) | |
download | chromium_src-5edb922fb2404daf6cab39e378801f0adc9a481c.zip chromium_src-5edb922fb2404daf6cab39e378801f0adc9a481c.tar.gz chromium_src-5edb922fb2404daf6cab39e378801f0adc9a481c.tar.bz2 |
sync: take two for:
Added classes to enable session sync functionality.
TEST=ProfileSyncServiceSessionTest
BUG=30519
Original patch by : jerrica@chromium.org
Original review http://codereview.chromium.org/3168009
Review URL: http://codereview.chromium.org/3133022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_commands_unittest.cc')
-rw-r--r-- | chrome/browser/browser_commands_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/browser_commands_unittest.cc b/chrome/browser/browser_commands_unittest.cc index 3ed2adc..1a776b4 100644 --- a/chrome/browser/browser_commands_unittest.cc +++ b/chrome/browser/browser_commands_unittest.cc @@ -79,7 +79,6 @@ TEST_F(BrowserCommandsTest, DuplicateTab) { } TEST_F(BrowserCommandsTest, BookmarkCurrentPage) { - ChromeThread ui_loop(ChromeThread::UI, MessageLoop::current()); ChromeThread file_loop(ChromeThread::FILE, MessageLoop::current()); // We use profile() here, since it's a TestingProfile. profile()->CreateBookmarkModel(true); |