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

Unified Diff: chrome/browser/sync/profile_sync_service.h

Issue 10828158: [Sync] Address msw's comments for r149747 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 3dee74f3a9686fad5632d1a997bac35a9899d7d0..ea700042105d489d40e2c1a81b93da718bd51617 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -551,10 +551,9 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
// been cleared yet. Virtual for testing purposes.
virtual bool waiting_for_auth() const;
- // Updates the set of ObjectIds associated with a given
- // |handler|. Passing an empty ObjectIdSet will unregister
- // |handler|. There should be at most one handler registered per
- // object id.
+ // Updates the set of ObjectIds associated with a given |handler|.
akalin 2012/08/03 20:08:49 Done.
+ // Passing an empty ObjectIdSet will unregister |handler|. There
msw 2012/08/03 22:57:16 nit: Line break after |handler|.
akalin 2012/08/04 00:02:05 Done.
+ // should be at most one handler registered per object id.
//
// The handler -> registered ids map is persisted across restarts of
// sync.

Powered by Google App Engine
This is Rietveld 408576698