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..436902d2a4ed02933fba03af6774bec704e61071 100644 |
| --- a/sync/engine/sync_scheduler.h |
| +++ b/sync/engine/sync_scheduler.h |
| @@ -128,6 +128,10 @@ class SyncScheduler : public sessions::SyncSession::Delegate { |
| virtual void OnSyncProtocolError( |
| const sessions::SyncSessionSnapshot& snapshot) OVERRIDE; |
| + sessions::SyncSessionContext* session_context() { |
|
rlarocque
2012/03/29 22:54:27
Don't forget to remove this if you're willing to a
lipalani1
2012/03/29 23:58:37
Done.
|
| + return session_context_.get(); |
| + } |
| + |
| private: |
| enum JobProcessDecision { |
| // Indicates we should continue with the current job. |