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

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

Issue 12033093: sync: Implementation of Priority Preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 2bf6d87f7d0b8050527880054309ea0e0f932055..5cccdbf0a82650196b645f2410d6b3f16d0d5c01 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -623,6 +623,9 @@ class ProfileSyncService : public ProfileSyncServiceBase,
// Used by test classes that derive from ProfileSyncService.
virtual browser_sync::SyncBackendHost* GetBackendForTest();
+ // Helper to configure the priority data types.
+ void ConfigurePriorityDataTypes();
+
// Helper to install and configure a data type manager.
void ConfigureDataTypeManager();

Powered by Google App Engine
This is Rietveld 408576698