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

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

Issue 10857037: Make FaviconService a ProfileKeyedService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the tests Created 8 years, 4 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/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index 0e34cddb1e3d742f89ca1eaa17635a43352bca0b..988e606a220952043375e6e8c5492928025ab298 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -248,18 +248,12 @@ class TestingProfile : public Profile {
// Finishes initialization when a profile is created asynchronously.
void FinishInit();
- // Destroys favicon service if it has been created.
- void DestroyFaviconService();
-
// Creates a TestingPrefService and associates it with the TestingProfile.
void CreateTestingPrefService();
virtual base::Callback<ChromeURLDataManagerBackend*(void)>
GetChromeURLDataManagerBackendGetter() const OVERRIDE;
- // The favicon service. Only created if CreateFaviconService is invoked.
- scoped_ptr<FaviconService> favicon_service_;
-
// The policy service. Lazily created as a stub.
scoped_ptr<policy::PolicyService> policy_service_;

Powered by Google App Engine
This is Rietveld 408576698