Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: sync/syncable/syncable_id.h

Issue 9836100: Add full text regex searching to chrome://sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698