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

Unified Diff: sync/notifier/invalidator.h

Issue 12092091: Separate sync and invalidation client IDs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « sync/notifier/invalidation_state_tracker.h ('k') | sync/notifier/invalidator_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/invalidator.h
diff --git a/sync/notifier/invalidator.h b/sync/notifier/invalidator.h
index 0c2b31111d6981bcb77e43a4e8f91f6954a2d4b6..98ce8104cb7407aac5db9d1fbaa5916903a72b68 100644
--- a/sync/notifier/invalidator.h
+++ b/sync/notifier/invalidator.h
@@ -74,11 +74,6 @@ class SYNC_EXPORT Invalidator {
// the updated state.
virtual InvalidatorState GetInvalidatorState() const = 0;
- // SetUniqueId must be called once, before any call to
- // UpdateCredentials. |unique_id| should be a non-empty globally
- // unique string.
- virtual void SetUniqueId(const std::string& unique_id) = 0;
-
// The observers won't be notified of any notifications until
// UpdateCredentials is called at least once. It can be called more than
// once.
« no previous file with comments | « sync/notifier/invalidation_state_tracker.h ('k') | sync/notifier/invalidator_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698