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

Unified Diff: sync/engine/get_updates_delegate.h

Issue 171813013: sync: Merge GU retry logic into normal GU (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 10 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 | « no previous file | sync/engine/get_updates_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/get_updates_delegate.h
diff --git a/sync/engine/get_updates_delegate.h b/sync/engine/get_updates_delegate.h
index 825c0610c7d29632a5d3edaca9971930ea567d2b..9ebc6d8fc7b46f486e66b3f0a4233f53bde02aa3 100644
--- a/sync/engine/get_updates_delegate.h
+++ b/sync/engine/get_updates_delegate.h
@@ -54,23 +54,6 @@ class SYNC_EXPORT_PRIVATE NormalGetUpdatesDelegate : public GetUpdatesDelegate {
const sessions::NudgeTracker& nudge_tracker_;
};
-// Functionality specific to the retry GetUpdate request.
-class SYNC_EXPORT_PRIVATE RetryGetUpdatesDelegate : public GetUpdatesDelegate {
- public:
- RetryGetUpdatesDelegate();
- virtual ~RetryGetUpdatesDelegate();
-
- virtual void HelpPopulateGuMessage(
- sync_pb::GetUpdatesMessage* get_updates) const OVERRIDE;
-
- virtual void ApplyUpdates(
- sessions::StatusController* status,
- UpdateHandlerMap* update_handler_map) const OVERRIDE;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(RetryGetUpdatesDelegate);
-};
-
// Functionality specific to the configure GetUpdate request.
class SYNC_EXPORT_PRIVATE ConfigureGetUpdatesDelegate
: public GetUpdatesDelegate {
« no previous file with comments | « no previous file | sync/engine/get_updates_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698