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

Unified Diff: chrome/browser/sync/profile_sync_service.h

Issue 6690020: sync: hook up ServerConnectionManager <> SyncerThread2 and tie up more loose ends (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/debug
Patch Set: fix Created 9 years, 9 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/glue/sync_backend_host.cc ('k') | chrome/test/sync/engine/mock_connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index c6cdcb048e70ce1b55e97a8187f7271bb477870c..2668d54b6a583aa99b0b353c6982b892154be046 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -274,13 +274,6 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
return passphrase_required_for_decryption_;
}
- // A timestamp marking the last time the service observed a transition from
- // the SYNCING state to the READY state. Note that this does not reflect the
- // last time we polled the server to see if there were any changes; the
- // timestamp is only snapped when syncing takes place and we download or
- // upload some bookmark entity.
- const base::Time& last_synced_time() const { return last_synced_time_; }
-
// Returns a user-friendly string form of last synced time (in minutes).
virtual string16 GetLastSyncedTimeString() const;
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | chrome/test/sync/engine/mock_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698