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

Unified Diff: chrome/browser/sync/test/integration/sync_test.h

Issue 2791793002: [Sync] Fix flaky TwoClientAutofillSyncTest.ConflictingFields. (Closed)
Patch Set: Updated for Pavel's comment. Created 3 years, 8 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/sync_test.h
diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
index 0de2776b1d9c276a5b101f787ab02d58a4a782e5..ba2b818c59d416d86ad1a149e140f8c8f67fd478 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -451,10 +451,6 @@ class SyncTest : public InProcessBrowserTest {
// profile or not.
bool use_verifier_;
- // Indicates whether or not notifications were explicitly enabled/disabled.
- // Defaults to true.
- bool notifications_enabled_;
-
// Indicates the need to create Gaia user account at runtime. This can only be
// set if tests are run against external servers with support for user
// creation via http requests.

Powered by Google App Engine
This is Rietveld 408576698