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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 2715563002: Moving SwiftShader from component to bundled library (Closed)
Patch Set: Update past extension test fixes Created 3 years, 9 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/browser/BUILD.gn ('k') | chrome/browser/component_updater/swiftshader_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 247a0087218d4183e8d3d48501a52009c62a4dad..8878bb270898338789a2d1de3c0f0acd08a4f04c 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -57,7 +57,6 @@
#include "chrome/browser/component_updater/sth_set_component_installer.h"
#include "chrome/browser/component_updater/subresource_filter_component_installer.h"
#include "chrome/browser/component_updater/supervised_user_whitelist_installer.h"
-#include "chrome/browser/component_updater/swiftshader_component_installer.h"
#include "chrome/browser/component_updater/widevine_cdm_component_installer.h"
#include "chrome/browser/defaults.h"
#include "chrome/browser/first_run/first_run.h"
@@ -478,7 +477,6 @@ void RegisterComponentsForUpdate() {
#if !defined(OS_ANDROID)
RegisterPepperFlashComponent(cus);
#if !defined(OS_CHROMEOS)
- RegisterSwiftShaderComponent(cus);
RegisterWidevineCdmComponent(cus);
#endif // !defined(OS_CHROMEOS)
#endif // !defined(OS_ANDROID)
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/component_updater/swiftshader_component_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698