diff options
author | jerrica@google.com <jerrica@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 17:16:56 +0000 |
---|---|---|
committer | jerrica@google.com <jerrica@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-17 17:16:56 +0000 |
commit | 6cc93378b95958438fb0095a94d362da1ef89af7 (patch) | |
tree | a77c1bb9a1aef5f9a8741649f120e0154c9fd5e0 /chrome/common | |
parent | 5253c609143203efd367bde34aca8b01891b4f60 (diff) | |
download | chromium_src-6cc93378b95958438fb0095a94d362da1ef89af7.zip chromium_src-6cc93378b95958438fb0095a94d362da1ef89af7.tar.gz chromium_src-6cc93378b95958438fb0095a94d362da1ef89af7.tar.bz2 |
Created notification for when a session is saved.
Created a notification for when a session is saved,
so that later we can observe this notification and
sync a session.
BUG=30519
TEST=session_service_unittest.cc
Review URL: http://codereview.chromium.org/2858005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 5248a391..f47088c 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -981,6 +981,11 @@ class NotificationType { // The sync service is finished the configuration process. SYNC_CONFIGURE_DONE, + // The session service has been saved. This notification type is only sent + // if there were new SessionService commands to save, and not for no-op save + // operations. + SESSION_SERVICE_SAVED, + // Cookies ----------------------------------------------------------------- // Sent when a cookie changes. The source is a Profile object, the details |