Index: sync/syncable/syncable.h |
diff --git a/sync/syncable/syncable.h b/sync/syncable/syncable.h |
index 5dc323f10089c783531fc52d80105536cb82241a..3eb22f403c8791011802667def49e94f4860be41 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; |