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

Unified Diff: sync/notifier/p2p_notifier.cc

Issue 10451060: sync: migrate invalidation state from syncable::Directory to InvalidationStorage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include order 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 | « sync/notifier/p2p_notifier.h ('k') | sync/notifier/sync_notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/p2p_notifier.cc
diff --git a/sync/notifier/p2p_notifier.cc b/sync/notifier/p2p_notifier.cc
index d54097b1cc215fd4e34afda7e86f21f308f78c0e..70b35fe84b4c316e57184c6294b9341fc87ee6ad 100644
--- a/sync/notifier/p2p_notifier.cc
+++ b/sync/notifier/p2p_notifier.cc
@@ -171,7 +171,7 @@ void P2PNotifier::SetUniqueId(const std::string& unique_id) {
unique_id_ = unique_id;
}
-void P2PNotifier::SetState(const std::string& state) {
+void P2PNotifier::SetStateDeprecated(const std::string& state) {
DCHECK(non_thread_safe_.CalledOnValidThread());
// Do nothing.
}
« no previous file with comments | « sync/notifier/p2p_notifier.h ('k') | sync/notifier/sync_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698