diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 22:19:46 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-19 22:19:46 +0000 |
commit | 1a78769eeed2048aa9bb873a197838cc716092be (patch) | |
tree | 514deebc7aefd68dd953d66cfac883abe8bc7ff8 /chrome/common | |
parent | e766106da8a18fc2d2dcf45968262763312f7071 (diff) | |
download | chromium_src-1a78769eeed2048aa9bb873a197838cc716092be.zip chromium_src-1a78769eeed2048aa9bb873a197838cc716092be.tar.gz chromium_src-1a78769eeed2048aa9bb873a197838cc716092be.tar.bz2 |
[Sync] Tidy up SyncBackendHost interface.
Converted passphrase-related notifications to SyncFrontend methods.
Removed some unneeded parameters from SyncBackendHost constructor.
Moved some function definitions into .cc files.
BUG=None
TEST=unit_tests
Review URL: http://codereview.chromium.org/6380004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 2b8219c..ffbe5b4 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -1155,20 +1155,6 @@ class NotificationType { // session data. FOREIGN_SESSION_DISABLED, - // 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. The source is the SyncBackendHost wanting a passphrase. The - // details are a boolean: true if the passphrase is required for decryption, - // false if only required for encryption. - 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. The source is the SyncBackendHost that accepted - // the passphrase. No details. - SYNC_PASSPHRASE_ACCEPTED, - // Sent when the set of data types that should be synced has been modified // externally (eg. by the dom_ui options screen). // The source is the Profile, there are no details. |