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

Unified Diff: sync/notifier/chrome_invalidation_client.h

Issue 10407014: Rename InvalidationVersionTracker to InvalidationStateTracker in preparation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/sync_prefs.h ('k') | sync/notifier/chrome_invalidation_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/chrome_invalidation_client.h
===================================================================
--- sync/notifier/chrome_invalidation_client.h (revision 137567)
+++ sync/notifier/chrome_invalidation_client.h (working copy)
@@ -18,7 +18,7 @@
#include "base/threading/non_thread_safe.h"
#include "google/cacheinvalidation/include/invalidation-listener.h"
#include "sync/notifier/chrome_system_resources.h"
-#include "sync/notifier/invalidation_version_tracker.h"
+#include "sync/notifier/invalidation_state_tracker.h"
#include "sync/notifier/state_writer.h"
#include "sync/syncable/model_type.h"
#include "sync/syncable/model_type_payload_map.h"
@@ -57,14 +57,14 @@
virtual ~ChromeInvalidationClient();
// Does not take ownership of |listener| or |state_writer|.
- // |invalidation_version_tracker| must be initialized.
+ // |invalidation_state_tracker| must be initialized.
// |base_task| must still be non-NULL.
void Start(
const std::string& client_id, const std::string& client_info,
const std::string& state,
const InvalidationVersionMap& initial_max_invalidation_versions,
- const browser_sync::WeakHandle<InvalidationVersionTracker>&
- invalidation_version_tracker,
+ const browser_sync::WeakHandle<InvalidationStateTracker>&
+ invalidation_state_tracker,
Listener* listener,
StateWriter* state_writer,
base::WeakPtr<buzz::XmppTaskParentInterface> base_task);
@@ -122,8 +122,8 @@
base::NonThreadSafe non_thread_safe_;
ChromeSystemResources chrome_system_resources_;
InvalidationVersionMap max_invalidation_versions_;
- browser_sync::WeakHandle<InvalidationVersionTracker>
- invalidation_version_tracker_;
+ browser_sync::WeakHandle<InvalidationStateTracker>
+ invalidation_state_tracker_;
Listener* listener_;
StateWriter* state_writer_;
scoped_ptr<invalidation::InvalidationClient> invalidation_client_;
« no previous file with comments | « chrome/browser/sync/sync_prefs.h ('k') | sync/notifier/chrome_invalidation_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698