| Index: rlz/lib/rlz_value_store.h
|
| ===================================================================
|
| --- rlz/lib/rlz_value_store.h (revision 152887)
|
| +++ rlz/lib/rlz_value_store.h (working copy)
|
| @@ -107,6 +107,9 @@
|
| 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)
|
|
|
|
|
| Property changes on: rlz/lib/rlz_value_store.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|