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

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

Issue 11620012: [Profiles, Fixit] Making GAIAInfoUpdateService into a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing RegisterUserPrefs Created 8 years 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.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 1d2a6f66eb25edc23717a97717f0028336d96de8..7b5189b914841e019608ea1c4b4183672d4d8b81 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -501,10 +501,6 @@ Profile* TestingProfile::GetOffTheRecordProfile() {
return incognito_profile_.get();
}
-GAIAInfoUpdateService* TestingProfile::GetGAIAInfoUpdateService() {
- return NULL;
-}
-
bool TestingProfile::HasOffTheRecordProfile() {
return incognito_profile_.get() != NULL;
}

Powered by Google App Engine
This is Rietveld 408576698