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

Unified Diff: chrome/browser/sync/profile_sync_service.cc

Issue 202033: Remove deprecated status flags from sync (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | « chrome/browser/browser_about_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service.cc
===================================================================
--- chrome/browser/sync/profile_sync_service.cc (revision 25755)
+++ chrome/browser/sync/profile_sync_service.cc (working copy)
@@ -301,8 +301,6 @@
return L"SYNCING";
case sync_api::SyncManager::Status::READY:
return L"READY";
- case sync_api::SyncManager::Status::PAUSED:
- return L"PAUSED";
case sync_api::SyncManager::Status::CONFLICT:
return L"CONFLICT";
case sync_api::SyncManager::Status::OFFLINE_UNUSABLE:
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698