Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: components/component_updater/component_updater_paths.cc

Issue 465443002: Certificate Transparency: Use component updater for EV whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverting formatting changes to chrome_browser_main Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698