| Index: chrome/browser/profiles/profile_downloader_unittest.cc
|
| diff --git a/chrome/browser/profiles/profile_downloader_unittest.cc b/chrome/browser/profiles/profile_downloader_unittest.cc
|
| index 9b47c188676f25eec97df234e49acb1cfae58f4f..d3175e35a1461be58c0832e792aa88b95732b5d4 100644
|
| --- a/chrome/browser/profiles/profile_downloader_unittest.cc
|
| +++ b/chrome/browser/profiles/profile_downloader_unittest.cc
|
| @@ -99,6 +99,4 @@ TEST_F(ProfileDownloaderTest, DefaultURL) {
|
| // Not default with 7 components
|
| EXPECT_FALSE(ProfileDownloader::IsDefaultProfileImageURL(
|
| "https://example.com/-4/AAAAAAAAAAI/AAAAAAAAACQ/Efg/s32-c/photo.jpg"));
|
| - // Not default with invalid URL
|
| - EXPECT_FALSE(ProfileDownloader::IsDefaultProfileImageURL("invalid url"));
|
| }
|
|
|