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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 2051213002: [Merge M52] Component updater for FileTypePolicies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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 | « no previous file | chrome/browser/component_updater/file_type_policies_component_installer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 2b0b0633d38214028d652ae62d2ac1924af98fc2..766755517f67401e3c0ac5e0f78e112922d839a1 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -50,6 +50,7 @@
#include "chrome/browser/chrome_browser_main_extra_parts.h"
#include "chrome/browser/component_updater/cld_component_installer.h"
#include "chrome/browser/component_updater/ev_whitelist_component_installer.h"
+#include "chrome/browser/component_updater/file_type_policies_component_installer.h"
#include "chrome/browser/component_updater/origin_trials_component_installer.h"
#include "chrome/browser/component_updater/pepper_flash_component_installer.h"
#include "chrome/browser/component_updater/recovery_component_installer.h"
@@ -497,6 +498,8 @@ void RegisterComponentsForUpdate() {
RegisterSTHSetComponent(cus, path);
#endif // defined(OS_ANDROID)
RegisterOriginTrialsComponent(cus, path);
+
+ RegisterFileTypePoliciesComponent(cus, path);
}
#if defined(OS_WIN)
« no previous file with comments | « no previous file | chrome/browser/component_updater/file_type_policies_component_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698