From 71f381a8807aa40b5076d51f091528dac467ea09 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Wed, 9 Feb 2011 16:56:23 +0000 Subject: Revert 74292 - Splits ChromeURLDataManager into 2 chunks: . ChromeURLDataManager is no longer a singleton and is always used on the UI thread. ChromeURLDataManager is now profile specific (you get from the profile). . ChromeURLDataManagerBackend handles the URLRequests and the DataSources. ChromeURLDataManagerBackend is created by ChromeURLRequestContext. All DataSources are now profile specific. There were two that wanted to be global, but have been converted. BUG=52022 71868 TEST=none Review URL: http://codereview.chromium.org/6286131 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/6461024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74294 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/sync_ui_util_unittest.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/browser/sync/sync_ui_util_unittest.cc') diff --git a/chrome/browser/sync/sync_ui_util_unittest.cc b/chrome/browser/sync/sync_ui_util_unittest.cc index 96dd2c909..7122170 100644 --- a/chrome/browser/sync/sync_ui_util_unittest.cc +++ b/chrome/browser/sync/sync_ui_util_unittest.cc @@ -3,7 +3,6 @@ // found in the LICENSE file. #include "base/basictypes.h" -#include "chrome/browser/browser_thread.h" #include "chrome/browser/sync/sync_ui_util.h" #include "chrome/browser/sync/profile_sync_service_mock.h" #include "testing/gmock/include/gmock/gmock.h" @@ -13,8 +12,6 @@ using ::testing::Return; using ::testing::NiceMock; TEST(SyncUIUtilTest, ConstructAboutInformationWithUnrecoverableErrorTest) { - MessageLoopForUI message_loop; - BrowserThread ui_thread(BrowserThread::UI, &message_loop); NiceMock service; DictionaryValue strings; -- cgit v1.1