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

Unified Diff: chrome/browser/sync/engine/all_status.h

Issue 9251035: Delete lots of sync ServerConnectionManager code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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: chrome/browser/sync/engine/all_status.h
diff --git a/chrome/browser/sync/engine/all_status.h b/chrome/browser/sync/engine/all_status.h
index 8b0299cd13c9db1dc82df87208cc901d06d9a653..a3f2a26722bec1d16069e4deccb13d52cc9da2ac 100644
--- a/chrome/browser/sync/engine/all_status.h
+++ b/chrome/browser/sync/engine/all_status.h
@@ -41,10 +41,6 @@ class AllStatus : public SyncEngineEventListener {
AllStatus();
virtual ~AllStatus();
- void HandleServerConnectionEvent(const ServerConnectionEvent& event);
-
- void HandleAuthWatcherEvent(const AuthWatcherEvent& event);
-
virtual void OnSyncEngineEvent(const SyncEngineEvent& event) OVERRIDE;
sync_api::SyncManager::Status status() const;

Powered by Google App Engine
This is Rietveld 408576698