Index: chrome/test/base/browser_with_test_window_test.h |
diff --git a/chrome/test/base/browser_with_test_window_test.h b/chrome/test/base/browser_with_test_window_test.h |
index 4c832f4c4a2eb0b326ac4de31330694c99d40bd2..870c52732f3076e582fb7c034f3a5f8a008bc1c6 100644 |
--- a/chrome/test/base/browser_with_test_window_test.h |
+++ b/chrome/test/base/browser_with_test_window_test.h |
@@ -142,6 +142,9 @@ class BrowserWithTestWindowTest : public testing::Test { |
// Creates the profile used by this test. The caller owns the return value. |
virtual TestingProfile* CreateProfile(); |
+// Provides an opportunity to customize KeyedService factories. |
Paweł Hajdan Jr.
2014/05/05 11:28:09
nit: Align.
|
+ virtual void CustomizeServiceFactories(); |
+ |
// Destroys the profile which was created through |CreateProfile|. |
virtual void DestroyProfile(TestingProfile* profile); |