| Index: components/component_updater/component_updater_paths.cc
|
| diff --git a/components/component_updater/component_updater_paths.cc b/components/component_updater/component_updater_paths.cc
|
| index ca36c17885dbf254c4508b87805d96b7b44a0776..7a3fbbf49bad9b17851d3df46a75d0bae71d7f7b 100644
|
| --- a/components/component_updater/component_updater_paths.cc
|
| +++ b/components/component_updater/component_updater_paths.cc
|
| @@ -41,6 +41,9 @@ bool PathProvider(int key, base::FilePath* result) {
|
| case DIR_SW_REPORTER:
|
| cur = cur.Append(FILE_PATH_LITERAL("SwReporter"));
|
| break;
|
| + case DIR_COMPONENT_EV_WHITELIST:
|
| + cur = cur.Append(FILE_PATH_LITERAL("EVWhitelist"));
|
| + break;
|
| default:
|
| return false;
|
| }
|
|
|