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

Unified Diff: ios/chrome/browser/sync/sync_setup_service.h

Issue 2790483002: Fixes History page keeps on loading when signed in with Passphrase (Closed)
Patch Set: a Created 3 years, 9 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: ios/chrome/browser/sync/sync_setup_service.h
diff --git a/ios/chrome/browser/sync/sync_setup_service.h b/ios/chrome/browser/sync/sync_setup_service.h
index a8d14064a1ce20339daf9acf4960628f576ea698..95a259bf53dd178079507642d5f866c74ad9e75d 100644
--- a/ios/chrome/browser/sync/sync_setup_service.h
+++ b/ios/chrome/browser/sync/sync_setup_service.h
@@ -60,6 +60,8 @@ class SyncSetupService : public KeyedService {
// Enables or disables sync. Changes won't take effect in the sync backend
// before the next call to |CommitChanges|.
virtual void SetSyncEnabled(bool sync_enabled);
+ // Returns whether secondary passphrase is enabled.
+ virtual bool IsSecondaryPassphraseEnabled() const;
// Returns all currently enabled datatypes.
syncer::ModelTypeSet GetDataTypes() const;

Powered by Google App Engine
This is Rietveld 408576698