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

Unified Diff: chrome/browser/sync/glue/dummy_invalidator.cc

Issue 15580002: Make use of InvalidationService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « chrome/browser/sync/glue/dummy_invalidator.h ('k') | chrome/browser/sync/glue/sync_backend_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/dummy_invalidator.cc
diff --git a/chrome/browser/sync/glue/dummy_invalidator.cc b/chrome/browser/sync/glue/dummy_invalidator.cc
deleted file mode 100644
index 4ed06892c72d5a54a89f9f242f67dc5d695084c1..0000000000000000000000000000000000000000
--- a/chrome/browser/sync/glue/dummy_invalidator.cc
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/sync/glue/dummy_invalidator.h"
-
-DummyInvalidator::DummyInvalidator() {}
-DummyInvalidator::~DummyInvalidator() {}
-
-void DummyInvalidator::RegisterHandler(syncer::InvalidationHandler* handler) {}
-
-void DummyInvalidator::UpdateRegisteredIds(
- syncer::InvalidationHandler* handler,
- const syncer::ObjectIdSet& ids) {}
-
-void DummyInvalidator::UnregisterHandler(
- syncer::InvalidationHandler* handler) {}
-
-void DummyInvalidator::Acknowledge(const invalidation::ObjectId& id,
- const syncer::AckHandle& ack_handle) {}
-
-syncer::InvalidatorState DummyInvalidator::GetInvalidatorState() const {
- return syncer::TRANSIENT_INVALIDATION_ERROR;
-}
-
-void DummyInvalidator::UpdateCredentials(
- const std::string& email, const std::string& token) {}
-
-void DummyInvalidator::SendInvalidation(
- const syncer::ObjectIdInvalidationMap& invalidation_map) {}
« no previous file with comments | « chrome/browser/sync/glue/dummy_invalidator.h ('k') | chrome/browser/sync/glue/sync_backend_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698