| Index: sync/syncable/syncable_id.h
|
| diff --git a/sync/syncable/syncable_id.h b/sync/syncable/syncable_id.h
|
| index 34f4fcc1f02c99d4ed38a6c0a784a71f651cfc38..bcc66f5233f790a4e99c32c74cb3a979cac45528 100644
|
| --- a/sync/syncable/syncable_id.h
|
| +++ b/sync/syncable/syncable_id.h
|
| @@ -97,9 +97,6 @@ class Id {
|
| // by operator<.
|
| Id GetLexicographicSuccessor() const;
|
|
|
| - // Note: |lowercase_query| should be passed in as lower case.
|
| - bool ContainsStringCaseInsensitive(const std::string& lowercase_query) const;
|
| -
|
| // Dumps the ID as a value and returns it. Transfers ownership of
|
| // the StringValue to the caller.
|
| base::StringValue* ToValue() const;
|
|
|