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

Unified Diff: chrome/browser/sync/glue/change_processor.cc

Issue 11360259: Sync: Add DeviceInfo's ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/glue/change_processor.cc
diff --git a/chrome/browser/sync/glue/change_processor.cc b/chrome/browser/sync/glue/change_processor.cc
index 9b095a43a7286c8700bf63c5ed299f848086c87c..dd0d46c7952fd3efc8e554d78299e00022980262 100644
--- a/chrome/browser/sync/glue/change_processor.cc
+++ b/chrome/browser/sync/glue/change_processor.cc
@@ -16,7 +16,7 @@ ChangeProcessor::~ChangeProcessor() {
void ChangeProcessor::Start(Profile* profile,
syncer::UserShare* share_handle) {
- DCHECK(error_handler_ && !share_handle_);
+ DCHECK(!share_handle_);
share_handle_ = share_handle;
StartImpl(profile);
}

Powered by Google App Engine
This is Rietveld 408576698