Index: rlz/lib/rlz_value_store.h |
diff --git a/rlz/lib/rlz_value_store.h b/rlz/lib/rlz_value_store.h |
index d41421bfc02fa454a643de61d61044b23984d33e..f45ac25929c99b355f09920dff769a05dc3f5d46 100644 |
--- a/rlz/lib/rlz_value_store.h |
+++ b/rlz/lib/rlz_value_store.h |
@@ -107,6 +107,9 @@ class ScopedRlzValueStoreLock { |
namespace testing { |
// Prefix |directory| to the path where the RLZ data file lives, for tests. |
void SetRlzStoreDirectory(const FilePath& directory); |
+ |
+// Returns the path of the plist file used as data store. |
+std::string RlzPlistFilenameStr(); |
} // namespace testing |
#endif // defined(OS_MACOSX) |