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

Unified Diff: sync/notifier/sync_notifier_observer.h

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/sync_notifier_factory.cc ('k') | sync/sync.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/sync_notifier_observer.h
diff --git a/sync/notifier/sync_notifier_observer.h b/sync/notifier/sync_notifier_observer.h
index 0d6cc021a7515949e1497addae82fabb806817c7..1130c9e3274903b0b413a2342a9c77925aa24867 100644
--- a/sync/notifier/sync_notifier_observer.h
+++ b/sync/notifier/sync_notifier_observer.h
@@ -28,10 +28,6 @@ class SyncNotifierObserver {
const syncable::ModelTypePayloadMap& type_payloads,
IncomingNotificationSource source) = 0;
virtual void OnNotificationStateChange(bool notifications_enabled) = 0;
-
- // TODO(nileshagrawal): Find a way to hide state handling inside the
- // sync notifier implementation.
- virtual void StoreState(const std::string& state) = 0;
};
} // namespace sync_notifier
« no previous file with comments | « sync/notifier/sync_notifier_factory.cc ('k') | sync/sync.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698