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

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

Issue 8274020: Revert 105404 - [Sync] Refactor non-frontend DTC to handle new API properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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/glue/change_processor.h
===================================================================
--- chrome/browser/sync/glue/change_processor.h (revision 105407)
+++ chrome/browser/sync/glue/change_processor.h (working copy)
@@ -75,9 +75,9 @@
virtual void StartImpl(Profile* profile) = 0;
virtual void StopImpl() = 0;
- bool running() const { return running_; }
- UnrecoverableErrorHandler* error_handler() const;
- virtual sync_api::UserShare* share_handle() const;
+ bool running() { return running_; }
+ UnrecoverableErrorHandler* error_handler();
+ virtual sync_api::UserShare* share_handle();
private:
bool running_; // True if we have been told it is safe to process changes.
« no previous file with comments | « chrome/browser/sync/glue/autofill_profile_data_type_controller.cc ('k') | chrome/browser/sync/glue/change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698