summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 04:27:00 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 04:27:00 +0000
commit93d960ce8511041581e930c80d61e971bd13c744 (patch)
tree5d8faa467b99d7d388af980420b4412b828640e3 /chrome/chrome_browser.gypi
parent887383dc55f5d78ff62e6d8c97ed422bd7eb7653 (diff)
downloadchromium_src-93d960ce8511041581e930c80d61e971bd13c744.zip
chromium_src-93d960ce8511041581e930c80d61e971bd13c744.tar.gz
chromium_src-93d960ce8511041581e930c80d61e971bd13c744.tar.bz2
Implemented new notification methods.
Added a NotificationMethod enum, which defines NOTIFICATION_LEGACY, NOTIFICATION_TRANSITIONAL, NOTIFICATION_NEW (see bug for details). Made SendUpdateTask and SubscribeTask take a NotificationMethod and use it. Added command-line switch to override default notification method (currently NOTIFICATION_LEGACY). Added a bunch of unittests. BUG=33261 TEST=trybots, manual testing with notification client pythons scripts and browsers with different notification methods Review URL: http://codereview.chromium.org/573046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rwxr-xr-xchrome/chrome_browser.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 0149981..d049ab4 100755
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1685,6 +1685,8 @@
'browser/sync/glue/sync_backend_host.h',
'browser/sync/glue/ui_model_worker.cc',
'browser/sync/glue/ui_model_worker.h',
+ 'browser/sync/notification_method.h',
+ 'browser/sync/notification_method.cc',
'browser/sync/profile_sync_service.cc',
'browser/sync/profile_sync_service.h',
'browser/sync/profile_sync_factory.h',