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

Unified Diff: components/sync/driver/sync_service.h

Issue 2533083002: [Sync] SyncEngine refactor part 1: interfaces. (Closed)
Patch Set: Rebase. Created 4 years 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: components/sync/driver/sync_service.h
diff --git a/components/sync/driver/sync_service.h b/components/sync/driver/sync_service.h
index 83be47b97ff056be867da2c514968d37b3389480..070e0bef93c466b9df10fa4ae885713900afe025 100644
--- a/components/sync/driver/sync_service.h
+++ b/components/sync/driver/sync_service.h
@@ -200,9 +200,9 @@ class SyncService : public DataTypeEncryptionHandler {
virtual const GoogleServiceAuthError& GetAuthError() const = 0;
virtual bool HasUnrecoverableError() const = 0;
- // Returns true if the SyncBackendHost has told us it's ready to accept
- // changes. This should only be used for sync's internal configuration logic
- // (such as deciding when to prompt for an encryption passphrase).
+ // Returns true if the SyncEngine has told us it's ready to accept changes.
skym 2016/12/02 20:54:55 SyncEngine actually works great here. Could probab
maxbogue 2016/12/02 23:59:27 Removed the second sentence.
+ // This should only be used for sync's internal configuration logic (such as
+ // deciding when to prompt for an encryption passphrase).
virtual bool IsBackendInitialized() const = 0;
// Return the active OpenTabsUIDelegate. If open/proxy tabs is not enabled or

Powered by Google App Engine
This is Rietveld 408576698