Chromium Code Reviews| Index: chrome/installer/util/install_util.h |
| =================================================================== |
| --- chrome/installer/util/install_util.h (revision 174984) |
| +++ chrome/installer/util/install_util.h (working copy) |
| @@ -184,6 +184,7 @@ |
| explicit ProgramCompare(const FilePath& path_to_match); |
| virtual ~ProgramCompare(); |
| virtual bool Evaluate(const string16& value) const OVERRIDE; |
| + bool EvaluatePath(const FilePath& path) const; |
| protected: |
| static bool OpenForInfo(const FilePath& path, |