summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/engine/syncapi.h')
-rw-r--r--chrome/browser/sync/engine/syncapi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h
index 18da106..2ec06a3 100644
--- a/chrome/browser/sync/engine/syncapi.h
+++ b/chrome/browser/sync/engine/syncapi.h
@@ -257,6 +257,10 @@ class BaseNode {
// Transfers ownership of the DictionaryValue to the caller.
DictionaryValue* ToValue() const;
+ // Does a case in-sensitive search for a given string, which must be
+ // lower case.
+ bool ContainsString(const std::string& lowercase_query) const;
+
protected:
BaseNode();
virtual ~BaseNode();