Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8228)

Unified Diff: chrome/test/base/browser_with_test_window_test.h

Issue 268643002: Use the DefaultSearchManager as the exclusive authority on DSE, ignoring Web Data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: D'oh. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698