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

Unified Diff: components/component_updater/component_updater_paths.h

Issue 1887743003: Allow the component updater framework to control Origin Trials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ef-finch
Patch Set: Rebase and fix missed scoped_ptr -> unique_ptr conversion Created 4 years, 8 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/component_updater/component_updater_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/component_updater_paths.h
diff --git a/components/component_updater/component_updater_paths.h b/components/component_updater/component_updater_paths.h
index 994353ceda3aa20d416b2615ae8a17b52af0769f..23f7b53296caa54f750ba7e0638ff6404cc35ebe 100644
--- a/components/component_updater/component_updater_paths.h
+++ b/components/component_updater/component_updater_paths.h
@@ -20,6 +20,8 @@ enum {
DIR_COMPONENT_EV_WHITELIST, // EV whitelist for CT files.
DIR_SUPERVISED_USER_WHITELISTS, // Supervised user whitelists.
DIR_CERT_TRANS_TREE_STATES, // Signed Tree Heads for CT logs.
+ DIR_ORIGIN_TRIAL_KEYS, // Public keys and revoked tokens for origin
+ // trials.
PATH_END
};
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/component_updater/component_updater_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698