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

Unified Diff: chrome/browser/sync/test_profile_sync_service.cc

Issue 7545012: Merge 94530 - [Sync] Add RequestCleanupDisabledTypes() method to SyncManager (Closed) Base URL: svn://svn.chromium.org/chrome/branches/835/src/
Patch Set: Created 9 years, 5 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/glue/sync_backend_host.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_profile_sync_service.cc
===================================================================
--- chrome/browser/sync/test_profile_sync_service.cc (revision 94934)
+++ chrome/browser/sync/test_profile_sync_service.cc (working copy)
@@ -1,3 +1,4 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -52,13 +53,7 @@
bool fail_initial_download)
: browser_sync::SyncBackendHost(profile),
synchronous_init_(synchronous_init),
- fail_initial_download_(fail_initial_download) {
- ON_CALL(*this, RequestNudge(_)).WillByDefault(
- testing::Invoke(this,
- &SyncBackendHostForProfileSyncTest::
- SimulateSyncCycleCompletedInitialSyncEnded));
- EXPECT_CALL(*this, RequestNudge(_)).Times(testing::AnyNumber());
-}
+ fail_initial_download_(fail_initial_download) {}
SyncBackendHostForProfileSyncTest::~SyncBackendHostForProfileSyncTest() {}
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698