| Index: chrome/browser/component_updater/cld_component_installer.h
|
| diff --git a/chrome/browser/component_updater/cld_component_installer.h b/chrome/browser/component_updater/cld_component_installer.h
|
| index b226aac872843253a850d655287cfbb1b50c14a5..a1d1b1cf501f70a5bf801d884032ed1a1ed58f39 100644
|
| --- a/chrome/browser/component_updater/cld_component_installer.h
|
| +++ b/chrome/browser/component_updater/cld_component_installer.h
|
| @@ -60,6 +60,9 @@ class CldComponentInstallerTraits : public ComponentInstallerTraits {
|
| // This method is threadsafe.
|
| static void SetLatestCldDataFile(const base::FilePath& path);
|
|
|
| + // Returns the file path that was most recently set in SetLatestCldDataFile.
|
| + static base::FilePath GetLatestCldDataFile();
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(CldComponentInstallerTraits);
|
| };
|
|
|
|
|