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

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

Issue 7550023: [Sync] Add passphrase/encryption info to chrome://sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix restart case 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
Index: chrome/browser/sync/engine/syncapi.h
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h
index 98129fbfc2af4a8f9ef70d134ac368f6e455ccbe..f7318ad88eafdae4cfec1b803551cfb0fbb9e05f 100644
--- a/chrome/browser/sync/engine/syncapi.h
+++ b/chrome/browser/sync/engine/syncapi.h
@@ -745,6 +745,10 @@ class SyncManager {
// Count of useless and useful syncs we perform.
int useless_sync_cycles;
int useful_sync_cycles;
+
+ // Encryption related.
+ bool encrypt_everything;
+ bool cryptographer_ready;
};
// An interface the embedding application implements to receive notifications

Powered by Google App Engine
This is Rietveld 408576698