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

Unified Diff: chrome/common/notification_type.h

Issue 2828021: Take 2: sync changes to support encryption (Closed)
Patch Set: fix flaky password test under valgrind Created 10 years, 6 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/chrome_tests.gypi ('k') | chrome/test/interactive_ui/interactive_ui_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 93145d1e01a04b35d1fd98ec45da9025d8be081e..464f6299a01ff0274a094eb0c41ecaf8565015c0 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -997,6 +997,17 @@ class NotificationType {
// operations.
SESSION_SERVICE_SAVED,
+ // The syncer requires a passphrase to decrypt sensitive updates. This
+ // notification is sent when the first sensitive data type is setup by the
+ // user as well as anytime any the passphrase is changed in another synced
+ // client.
+ SYNC_PASSPHRASE_REQUIRED,
+
+ // Sent when the passphrase provided by the user is accepted. After this
+ // notification is sent, updates to sensitive nodes are encrypted using the
+ // accepted passphrase.
+ SYNC_PASSPHRASE_ACCEPTED,
+
// Cookies -----------------------------------------------------------------
// Sent when a cookie changes. The source is a Profile object, the details
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/interactive_ui/interactive_ui_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698