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

Unified Diff: chrome/browser/sync/engine/all_status.h

Issue 7550023: [Sync] Add passphrase/encryption info to chrome://sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile Created 9 years, 5 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 | « no previous file | chrome/browser/sync/engine/all_status.cc » ('j') | chrome/browser/sync/engine/all_status.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/all_status.h
diff --git a/chrome/browser/sync/engine/all_status.h b/chrome/browser/sync/engine/all_status.h
index a453f1f68bb7a906c1674226f8eaf20d331ae625..dd1461bdc570bfc871d595b73082030552e2b8f6 100644
--- a/chrome/browser/sync/engine/all_status.h
+++ b/chrome/browser/sync/engine/all_status.h
@@ -15,6 +15,7 @@
#include "base/synchronization/lock.h"
#include "chrome/browser/sync/engine/syncapi.h"
#include "chrome/browser/sync/engine/syncer_types.h"
+#include "chrome/browser/sync/syncable/model_type.h"
namespace browser_sync {
@@ -46,6 +47,10 @@ class AllStatus : public SyncEngineEventListener {
void IncrementNotificationsReceived();
+ void SetEncryptedTypes(const syncable::ModelTypeSet& types);
+ void SetCryptographerReady(bool ready);
+ void SetCryptoHasPendingKeys(bool has_pending_keys);
+
protected:
// Examines syncer to calculate syncing and the unsynced count,
// and returns a Status with new values.
« no previous file with comments | « no previous file | chrome/browser/sync/engine/all_status.cc » ('j') | chrome/browser/sync/engine/all_status.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698