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

Unified Diff: chrome/browser/sync/sessions/sync_session_context.h

Issue 6874018: make new syncer thread the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Send for CR. Created 9 years, 8 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
Index: chrome/browser/sync/sessions/sync_session_context.h
diff --git a/chrome/browser/sync/sessions/sync_session_context.h b/chrome/browser/sync/sessions/sync_session_context.h
index 4ec86121914295d8f5adda60e354121479b81123..87a4d491de3d321501e73e61f1dc8c4bf4dcc55c 100644
--- a/chrome/browser/sync/sessions/sync_session_context.h
+++ b/chrome/browser/sync/sessions/sync_session_context.h
@@ -92,11 +92,6 @@ class SyncSessionContext {
previous_session_routing_info_ = info;
}
- // TODO(tim): Deprecated. Bug 26339.
- sessions::SyncSessionSnapshot* previous_session_snapshot() {
- return previous_session_snapshot_.get();
- }
-
void set_last_snapshot(const SyncSessionSnapshot& snapshot);
tim (not reviewing) 2011/04/18 16:11:47 is this still needed? I can't recall
lipalani1 2011/04/18 20:36:41 Done.
void NotifyListeners(const SyncEngineEvent& event) {

Powered by Google App Engine
This is Rietveld 408576698