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

Unified Diff: sync/syncable/syncable.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.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;

Powered by Google App Engine
This is Rietveld 408576698