Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / prefs / pref_model_associator.h
index 3c514e6..049b5c3 100644 (file)
@@ -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.