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

Unified Diff: trunk/src/chrome/browser/sync/profile_sync_service_session_unittest.cc

Issue 17610004: Revert 208315 "Make use of InvalidationService" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 6 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: trunk/src/chrome/browser/sync/profile_sync_service_session_unittest.cc
===================================================================
--- trunk/src/chrome/browser/sync/profile_sync_service_session_unittest.cc (revision 208346)
+++ trunk/src/chrome/browser/sync/profile_sync_service_session_unittest.cc (working copy)
@@ -16,7 +16,6 @@
#include "base/stl_util.h"
#include "base/strings/utf_string_conversions.h"
#include "base/time.h"
-#include "chrome/browser/invalidation/invalidation_service_factory.h"
#include "chrome/browser/signin/signin_manager.h"
#include "chrome/browser/signin/signin_manager_factory.h"
#include "chrome/browser/signin/token_service_factory.h"
@@ -206,8 +205,6 @@
// Don't want the profile to create a real ProfileSyncService.
ProfileSyncServiceFactory::GetInstance()->SetTestingFactory(profile,
NULL);
- invalidation::InvalidationServiceFactory::GetInstance()->
- SetBuildOnlyFakeInvalidatorsForTest(profile);
return profile;
}

Powered by Google App Engine
This is Rietveld 408576698