Index: chrome/browser/chromeos/customization_document.h |
diff --git a/chrome/browser/chromeos/customization_document.h b/chrome/browser/chromeos/customization_document.h |
index 97e166d82e193595447546e15faebff133f52f7b..7ad38dc834957802f0d420f183f31096ede815c2 100644 |
--- a/chrome/browser/chromeos/customization_document.h |
+++ b/chrome/browser/chromeos/customization_document.h |
@@ -196,6 +196,13 @@ class ServicesCustomizationDocument : public CustomizationDocument, |
private: |
friend struct DefaultSingletonTraits<ServicesCustomizationDocument>; |
+ FRIEND_TEST_ALL_PREFIXES(CustomizationWallpaperDownloaderBrowserTest, |
+ OEMWallpaperIsPresent); |
+ FRIEND_TEST_ALL_PREFIXES(CustomizationWallpaperDownloaderBrowserTest, |
+ OEMWallpaperRetryFetch); |
+ |
+ // This class is used in tests. |
+ friend class TestWallpaperImageURLFetcherCallback; |
Daniel Erat
2014/04/30 21:23:06
can you remove the friends if you just add a publi
Alexander Alekseev
2014/05/04 23:30:56
Done.
|
typedef std::vector<base::WeakPtr<ServicesCustomizationExternalLoader> > |
ExternalLoaders; |