| Index: sync/syncable/syncable.h
|
| diff --git a/sync/syncable/syncable.h b/sync/syncable/syncable.h
|
| index 758dcaca0e38e92692a96a123f842e5d9213a791..2528f6f627e4b2dea9bf090a84e50f4165b70ce1 100644
|
| --- a/sync/syncable/syncable.h
|
| +++ b/sync/syncable/syncable.h
|
| @@ -379,10 +379,6 @@ struct EntryKernel {
|
|
|
| syncable::ModelType GetServerModelType() const;
|
|
|
| - // Does a case in-sensitive search for a given string, which must be
|
| - // lower case.
|
| - bool ContainsString(const std::string& lowercase_query) const;
|
| -
|
| // Dumps all kernel info into a DictionaryValue and returns it.
|
| // Transfers ownership of the DictionaryValue to the caller.
|
| base::DictionaryValue* ToValue() const;
|
|
|