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

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

Issue 10829088: Fix Precise build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | 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
diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc
index 063b8edd4cb67386b5a8412be6bcf9688cf43c6e..c98ffc378064301be3b89437e9bdca539ec034a2 100644
--- a/chrome/browser/sync/test_profile_sync_service.cc
+++ b/chrome/browser/sync/test_profile_sync_service.cc
@@ -105,7 +105,6 @@ void SyncBackendHostForProfileSyncTest
syncer::ModelTypeSet restored_types) {
// Here's our opportunity to pretend to do things that the SyncManager would
// normally do during initialization, but can't because this is a test.
- bool send_passphrase_required = false;
if (success) {
// Set up any nodes the test wants around before model association.
if (!callback_.is_null()) {
@@ -124,7 +123,6 @@ void SyncBackendHostForProfileSyncTest
// A side effect of adding the NIGORI mode (normally done by the
// syncer) is a decryption attempt, which will fail the first time.
- send_passphrase_required = true;
}
SetInitialSyncEndedForAllTypes();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698