diff options
author | mferreria@google.com <mferreria@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-11 18:55:55 +0000 |
---|---|---|
committer | mferreria@google.com <mferreria@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-11 18:55:55 +0000 |
commit | b7600274ebef95bd2066bdccf5af173863de4494 (patch) | |
tree | b6b8c4899033ff52c9f4212128e3f1a7962a43dc /chrome/chrome_tests_unit.gypi | |
parent | af2cfa8195b000e3863c4bf8aec224ffd617316d (diff) | |
download | chromium_src-b7600274ebef95bd2066bdccf5af173863de4494.zip chromium_src-b7600274ebef95bd2066bdccf5af173863de4494.tar.gz chromium_src-b7600274ebef95bd2066bdccf5af173863de4494.tar.bz2 |
[invalidations] Added logging to about:invalidations
This patch is a follow-up to issue 144093005.
The patch adds functionality to the about:invalidations page, by logging
some calls made on an InvalidatorService implementer (this patch focuses
on Ticl client). Each InvalidatorService now owns an InvalidatorLogger
object that is used to log onInvalidation and onStatusChange.
The invalidationLogger then pushes the invalidation data to the
InvalidationMessageHandler and from there it is sent to the HTML via JS
where it is processed and shown on the textarea as a log file.
Following patches will include a better visualization for the different
types of invalidations, as well as information on the registrars
listening for them.
BUG=263863
Review URL: https://codereview.chromium.org/147353011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250458 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests_unit.gypi')
-rw-r--r-- | chrome/chrome_tests_unit.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi index 9c83d3e..104e2e8 100644 --- a/chrome/chrome_tests_unit.gypi +++ b/chrome/chrome_tests_unit.gypi @@ -1015,6 +1015,7 @@ 'browser/install_verification/win/module_verification_test.cc', 'browser/install_verification/win/module_verification_test.h', 'browser/invalidation/gcm_network_channel_delegate_impl_unittest.cc', + 'browser/invalidation/invalidation_logger_unittest.cc', 'browser/invalidation/invalidation_service_android_unittest.cc', 'browser/invalidation/invalidation_service_test_template.cc', 'browser/invalidation/invalidation_service_test_template.h', |