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

Unified Diff: sync/engine/syncer.h

Issue 10455012: [Sync] Add support for performing a GetKey on startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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: sync/engine/syncer.h
diff --git a/sync/engine/syncer.h b/sync/engine/syncer.h
index b49e97871278bf63e135954bad86c4fd9c53a3cc..c0a57de60e704fa268e47e7034dd926e13c7d688 100644
--- a/sync/engine/syncer.h
+++ b/sync/engine/syncer.h
@@ -26,6 +26,7 @@ class MutableEntry;
enum SyncerStep {
SYNCER_BEGIN,
+ GET_ENCRYPTION_KEY,
DOWNLOAD_UPDATES,
PROCESS_CLIENT_COMMAND,
VERIFY_UPDATES,

Powered by Google App Engine
This is Rietveld 408576698