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

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

Issue 7995015: Add comment for fix to issue 95619 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/profile_sync_service_harness.cc
diff --git a/chrome/browser/sync/profile_sync_service_harness.cc b/chrome/browser/sync/profile_sync_service_harness.cc
index 1caa66d841eb83e336652f74078a69cad612db26..ffdf4544c3f01ca6ca3f261c12ea44980a3910ca 100644
--- a/chrome/browser/sync/profile_sync_service_harness.cc
+++ b/chrome/browser/sync/profile_sync_service_harness.cc
@@ -1005,6 +1005,8 @@ bool ProfileSyncServiceHarness::EnableEncryptionForType(
bool ProfileSyncServiceHarness::WaitForTypeEncryption(
syncable::ModelType type) {
+ // TODO(rlarocque): The correctness of this if condition depends on the
akalin 2011/09/22 19:13:47 It's not clear what the TODO is. Suggest: // The
rlarocque 2011/09/22 19:21:38 Done.
+ // ordering of its sub-expressions. See crbug.com/95619.
if (IsTypeEncrypted(type) &&
IsSynced() &&
GetLastSessionSnapshot()->num_conflicting_updates == 0) {
« 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