| Index: chrome/browser/profiles/profile_info_cache_unittest.cc
|
| diff --git a/chrome/browser/profiles/profile_info_cache_unittest.cc b/chrome/browser/profiles/profile_info_cache_unittest.cc
|
| index 167b6cdd67ee27e1d8d952719177794939fb66e4..4d3dd95fec19d30a87069c2e7784cf4de4649a87 100644
|
| --- a/chrome/browser/profiles/profile_info_cache_unittest.cc
|
| +++ b/chrome/browser/profiles/profile_info_cache_unittest.cc
|
| @@ -531,8 +531,6 @@ TEST_F(ProfileInfoCacheTest, AddStubProfile) {
|
| }
|
|
|
| TEST_F(ProfileInfoCacheTest, DownloadHighResAvatarTest) {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(switches::kNewAvatarMenu);
|
| -
|
| EXPECT_EQ(0U, GetCache()->GetNumberOfProfiles());
|
| base::FilePath path_1 = GetProfilePath("path_1");
|
| GetCache()->AddProfileToCache(path_1, ASCIIToUTF16("name_1"),
|
|
|