Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / test / integration / preferences_helper.h
index da3689e..569cc9c 100644 (file)
@@ -104,6 +104,10 @@ bool FilePathPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
 // hasn't been called.
 bool ListPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
 
+// This is the version of ListPrefMatches that waits for the preference list
+// to match in all profiles. Returns false if this operation times out.
+bool AwaitListPrefMatches(const char* pref_name) WARN_UNUSED_RESULT;
+
 }  // namespace preferences_helper
 
 #endif  // CHROME_BROWSER_SYNC_TEST_INTEGRATION_PREFERENCES_HELPER_H_