Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5283)

Unified Diff: chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc

Issue 293993019: sync: Block reflections in more integration tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-enable reflections for MultipleClientSessionsSyncTest Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc b/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
index 4bff55f10122ee688cf54ef98136437c6de577ef..ae9366f60025797ca4f2d6f2ee36b3b17081140d 100644
--- a/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc
@@ -16,6 +16,10 @@ class TwoClientDictionarySyncTest : public SyncTest {
TwoClientDictionarySyncTest() : SyncTest(TWO_CLIENT) {}
virtual ~TwoClientDictionarySyncTest() {}
+ virtual bool TestUsesSelfNotifications() OVERRIDE {
+ return false;
+ }
+
private:
DISALLOW_COPY_AND_ASSIGN(TwoClientDictionarySyncTest);
};
« no previous file with comments | « chrome/browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698