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

Unified Diff: sync/engine/sync_scheduler.h

Issue 10167017: Fix some migration-related bugs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests Created 8 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: sync/engine/sync_scheduler.h
diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h
index d5ff4c0a44522a1223f4be14e9118b5313c491f9..ce7a9f51229c8745151b1e891295fc60b8e4d12c 100644
--- a/sync/engine/sync_scheduler.h
+++ b/sync/engine/sync_scheduler.h
@@ -167,6 +167,8 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
~SyncSessionJob();
static const char* GetPurposeString(SyncSessionJobPurpose purpose);
+ bool Succeeded();
tim (not reviewing) 2012/04/20 22:38:09 I don't think this is part of this patch?
rlarocque 2012/04/20 22:45:08 No. I have no idea how this got included.
+
SyncSessionJobPurpose purpose;
base::TimeTicks scheduled_start;
linked_ptr<sessions::SyncSession> session;

Powered by Google App Engine
This is Rietveld 408576698