Index: chrome/browser/prefs/pref_model_associator.h |
diff --git a/chrome/browser/prefs/pref_model_associator.h b/chrome/browser/prefs/pref_model_associator.h |
index 3c514e670e75b79f39ef2a6116b6dbe6479c1f23..049b5c3a3228fcf4ae4b366aa857f22717500504 100644 |
--- a/chrome/browser/prefs/pref_model_associator.h |
+++ b/chrome/browser/prefs/pref_model_associator.h |
@@ -92,10 +92,9 @@ class PrefModelAssociator |
const base::Value& value, |
syncer::SyncData* sync_data) const; |
- // Extract preference value and name from sync specifics. |
+ // Extract preference value from sync specifics. |
base::Value* ReadPreferenceSpecifics( |
- const sync_pb::PreferenceSpecifics& specifics, |
- std::string* name); |
+ const sync_pb::PreferenceSpecifics& specifics); |
// Returns true if the pref under the given name is pulled down from sync. |
// Note this does not refer to SYNCABLE_PREF. |