Chromium Code Reviews| 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; |