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

Unified Diff: chrome/browser/sync/profile_sync_service_unittest.cc

Issue 12847003: Separate invalidator and sync client ID (part 2/2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sync_listen_notifications utility Created 7 years, 9 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
« no previous file with comments | « chrome/browser/sync/invalidations/invalidator_storage.cc ('k') | sync/internal_api/public/sync_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
index 1b29074415b6f074f532ff4447123049ff512f3a..ae453581ffb928aee4c195e5a76cf393284fb56e 100644
--- a/chrome/browser/sync/profile_sync_service_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_unittest.cc
@@ -556,10 +556,6 @@ class ProfileSyncServiceInvalidator : public syncer::Invalidator {
return service_->GetInvalidatorState();
}
- virtual void SetUniqueId(const std::string& unique_id) OVERRIDE {
- // Do nothing.
- }
-
virtual void UpdateCredentials(
const std::string& email, const std::string& token) OVERRIDE {
// Do nothing.
@@ -590,6 +586,7 @@ class ProfileSyncServiceInvalidatorTestDelegate {
}
void CreateInvalidator(
+ const std::string& invalidation_client_id,
const std::string& initial_state,
const base::WeakPtr<syncer::InvalidationStateTracker>&
invalidation_state_tracker) {
« no previous file with comments | « chrome/browser/sync/invalidations/invalidator_storage.cc ('k') | sync/internal_api/public/sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698