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

Unified Diff: sync/internal_api/public/sessions/sync_session_snapshot.h

Issue 1144443004: Revert of [Sync] Refactoring polling to be reliable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: sync/internal_api/public/sessions/sync_session_snapshot.h
diff --git a/sync/internal_api/public/sessions/sync_session_snapshot.h b/sync/internal_api/public/sessions/sync_session_snapshot.h
index 5b5f075d53badc11cf827ae7b748fff660cc46b9..a764de1e7f08cfd3bac6eb6e014139f001b915c7 100644
--- a/sync/internal_api/public/sessions/sync_session_snapshot.h
+++ b/sync/internal_api/public/sessions/sync_session_snapshot.h
@@ -39,7 +39,6 @@
bool notifications_enabled,
size_t num_entries,
base::Time sync_start_time,
- base::Time poll_finish_time,
const std::vector<int>& num_entries_by_type,
const std::vector<int>& num_to_delete_entries_by_type,
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource legacy_updates_source);
@@ -61,7 +60,6 @@
bool notifications_enabled() const;
size_t num_entries() const;
base::Time sync_start_time() const;
- base::Time poll_finish_time() const;
const std::vector<int>& num_entries_by_type() const;
const std::vector<int>& num_to_delete_entries_by_type() const;
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource legacy_updates_source() const;
@@ -79,7 +77,6 @@
bool notifications_enabled_;
size_t num_entries_;
base::Time sync_start_time_;
- base::Time poll_finish_time_;
std::vector<int> num_entries_by_type_;
std::vector<int> num_to_delete_entries_by_type_;
« no previous file with comments | « sync/internal_api/js_sync_manager_observer_unittest.cc ('k') | sync/internal_api/public/sessions/sync_session_snapshot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698