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

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

Issue 9149017: Remove broken variables from sync's AllStatus (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sync_unit_test failure 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
« no previous file with comments | « no previous file | chrome/browser/sync/engine/all_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bfc9fd18750f19ed049c6eab345dfe92ff321e12 100644
--- a/chrome/browser/sync/engine/all_status.h
+++ b/chrome/browser/sync/engine/all_status.h
@@ -21,7 +21,6 @@
namespace browser_sync {
class ScopedStatusLock;
-struct AuthWatcherEvent;
struct ServerConnectionEvent;
// TODO(rlarocque):
@@ -43,8 +42,6 @@ class AllStatus : public SyncEngineEventListener {
void HandleServerConnectionEvent(const ServerConnectionEvent& event);
- void HandleAuthWatcherEvent(const AuthWatcherEvent& event);
-
virtual void OnSyncEngineEvent(const SyncEngineEvent& event) OVERRIDE;
sync_api::SyncManager::Status status() const;
« no previous file with comments | « no previous file | chrome/browser/sync/engine/all_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698