| 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..ff4e84871b956d0376dab617d5809b762ab3dbcc 100644
|
| --- a/chrome/browser/component_updater/cld_component_installer.h
|
| +++ b/chrome/browser/component_updater/cld_component_installer.h
|
| @@ -60,6 +60,10 @@ class CldComponentInstallerTraits : public ComponentInstallerTraits {
|
| // This method is threadsafe.
|
| static void SetLatestCldDataFile(const base::FilePath& path);
|
|
|
| + // Allows testing code to detect the file path that was ultimately set in
|
| + // SetLatestCldDataFile.
|
| + static base::FilePath GetLatestCldDataFile_ForTest();
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(CldComponentInstallerTraits);
|
| };
|
|
|
|
|