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

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

Issue 5159001: Rest of the autofill work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Diff against the first part of the review. Created 10 years, 1 month 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 d4cb576cf49dfb2b2ac6cc3bef32b72e41266d20..6a24ef5e42e1921b9939c81082f0285ce653a7ca 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -404,6 +404,13 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
// backend, telling us that it is safe to send a passphrase down ASAP.
bool observed_passphrase_required_;
+ // Gets all the syncable types for the current client state. Called when
+ // Keep everything synced is checked. Currently only discriminates on
+ // autofill profile based on whether the legacy datatype has been migrated
+ // or not.
+ void ProfileSyncService::GetAllSyncableTypesForCurrentClientState(
+ syncable::ModelTypeSet* preferred_types) const;
+
private:
friend class ProfileSyncServiceTest;
friend class ProfileSyncServicePasswordTest;

Powered by Google App Engine
This is Rietveld 408576698