Descriptionsync: Implement fake server reflection blocking
Implements reflection blocking for the in-process fake sync server.
The notifications delivery system used in the real world will not
deliver notifications of new or modified items to the client that
originated that change. This feature is known by the names
"reflection blocking" or "squelching".
Most of out integration tests expect reflection blocking to be
disabled, so we can't turn this on in all tests. The default
is to leave it off. Tests that want to enable reflection blocking
must override "TestUsesSelfNotifications" in their test framework
class.
BUG=323265
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272321
Patch Set 1 #
Total comments: 3
Patch Set 2 : Split enable and disable methods #
Messages
Total messages: 14 (0 generated)
|