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

Unified Diff: chrome/browser/sync/test/integration/multiple_client_bookmarks_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 | « no previous file | chrome/browser/sync/test/integration/multiple_client_preferences_sync_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc b/chrome/browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc
index d218c1d122728430dabd776429e57b8cbec9203f..9730c792fa151e4f232d97442aa415d386923b1a 100644
--- a/chrome/browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc
+++ b/chrome/browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc
@@ -15,6 +15,10 @@ class MultipleClientBookmarksSyncTest : public SyncTest {
MultipleClientBookmarksSyncTest() : SyncTest(MULTIPLE_CLIENT) {}
virtual ~MultipleClientBookmarksSyncTest() {}
+ virtual bool TestUsesSelfNotifications() OVERRIDE {
+ return false;
+ }
+
private:
DISALLOW_COPY_AND_ASSIGN(MultipleClientBookmarksSyncTest);
};
« no previous file with comments | « no previous file | chrome/browser/sync/test/integration/multiple_client_preferences_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698