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

Unified Diff: sync/engine/sync_scheduler.h

Issue 9826035: [Sync] Display the client server traffic log in about:sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 8 years, 9 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..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.

Powered by Google App Engine
This is Rietveld 408576698