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

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

Issue 118413003: Add hook for extension to check sync status. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: NULL check' Created 7 years 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 23736e683212299f2b6c1d6e392eed5c740a9d82..67354a68d79b4eda9207d179dc54019519fbdd22 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -576,7 +576,7 @@ class ProfileSyncService
syncer::ModelTypeSet preferred_types);
// Returns the set of types which are preferred for enabling. This is a
- // superset of the active types (see GetActiveTypes()).
+ // superset of the active types (see GetActiveDataTypes()).
virtual syncer::ModelTypeSet GetPreferredDataTypes() const;
// Gets the set of all data types that could be allowed (the set that

Powered by Google App Engine
This is Rietveld 408576698