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

Unified Diff: chrome/browser/sync/test/integration/multiple_client_typed_urls_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
Index: chrome/browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc b/chrome/browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc
index 6afafd19dd1a07ad7c1c5931813f1be17f617750..abf2357f66fc22ee77e4cca560bf15929ac83858 100644
--- a/chrome/browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc
+++ b/chrome/browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc
@@ -20,6 +20,10 @@ class MultipleClientTypedUrlsSyncTest : public SyncTest {
MultipleClientTypedUrlsSyncTest() : SyncTest(MULTIPLE_CLIENT) {}
virtual ~MultipleClientTypedUrlsSyncTest() {}
+ virtual bool TestUsesSelfNotifications() OVERRIDE {
+ return false;
+ }
+
private:
DISALLOW_COPY_AND_ASSIGN(MultipleClientTypedUrlsSyncTest);
};

Powered by Google App Engine
This is Rietveld 408576698