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

Unified Diff: chrome/browser/api/sync/profile_sync_service_base.h

Issue 12033093: sync: Implementation of Priority Preferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/api/sync/profile_sync_service_base.h
diff --git a/chrome/browser/api/sync/profile_sync_service_base.h b/chrome/browser/api/sync/profile_sync_service_base.h
index f404bcb56825fda6cf59965f1eb374b397ef8ef1..c3cea10587268fd70b05963e1e9b5001b5720557 100644
--- a/chrome/browser/api/sync/profile_sync_service_base.h
+++ b/chrome/browser/api/sync/profile_sync_service_base.h
@@ -36,6 +36,7 @@ class ProfileSyncServiceBase {
// for more on what it means for a datatype to be Preferred.
virtual syncer::ModelTypeSet GetPreferredDataTypes() const = 0;
+
Nicolas Zea 2013/02/25 23:47:47 remove extra newline
albertb 2013/03/01 22:01:56 Done.
// Adds/removes an observer. ProfileSyncServiceBase does not take
// ownership of the observer.
virtual void AddObserver(Observer* observer) = 0;
« no previous file with comments | « no previous file | chrome/browser/chromeos/preferences.cc » ('j') | chrome/browser/prefs/pref_model_associator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698