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

Unified Diff: sync/internal_api/public/configure_reason.h

Issue 266883007: Add a reason for configuring DTM for backup/rollback. In backup/rollback, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dtm test Created 6 years, 7 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 | « chrome/browser/sync/glue/data_type_manager_impl_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/configure_reason.h
diff --git a/sync/internal_api/public/configure_reason.h b/sync/internal_api/public/configure_reason.h
index 28a99f61cf97d3cbf3d4dc6e585493f61664a5a0..43784b773fd8008967d64e57e394c3d7503e3d47 100644
--- a/sync/internal_api/public/configure_reason.h
+++ b/sync/internal_api/public/configure_reason.h
@@ -32,6 +32,9 @@ enum ConfigureReason {
// A configuration due to enabling or disabling encrypted types due to
// cryptographer errors/resolutions.
CONFIGURE_REASON_CRYPTO,
+
+ // Configure data types for backup/rollback.
+ CONFIGURE_REASON_BACKUP_ROLLBACK,
};
} // namespace syncer
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698