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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 2255003002: Remove CAPS component_updater integration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: obsolete for histograms Created 4 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
« no previous file with comments | « no previous file | chrome/browser/component_updater/caps_installer_win.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 262d91c8b06ff3eeefc1474964e5284c8d531fe5..d75fb194b79711ddd99dfdcb3bb4b065640be1f0 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -208,7 +208,6 @@
#include "base/win/windows_version.h"
#include "chrome/app/file_pre_reader_win.h"
#include "chrome/browser/chrome_browser_main_win.h"
-#include "chrome/browser/component_updater/caps_installer_win.h"
#include "chrome/browser/component_updater/sw_reporter_installer_win.h"
#include "chrome/browser/downgrade/user_data_downgrade.h"
#include "chrome/browser/first_run/try_chrome_dialog_view.h"
@@ -665,7 +664,6 @@ void RegisterComponentsForUpdate() {
#if defined(GOOGLE_CHROME_BUILD)
RegisterSwReporterComponent(cus);
#endif // defined(GOOGLE_CHROME_BUILD)
- RegisterCAPSComponent(cus);
#endif // defined(OS_WIN)
}
« no previous file with comments | « no previous file | chrome/browser/component_updater/caps_installer_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698