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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 417713002: Prioritize CDM updates over pNaCl updates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | no next file » | 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 400b380e9283f66a924b474ec61377edb103bf9a..95ff2c0b15ac8b7935f9d9869a15523242e4dc13 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -391,8 +391,8 @@ void RegisterComponentsForUpdate() {
RegisterRecoveryComponent(cus, g_browser_process->local_state());
RegisterPepperFlashComponent(cus);
RegisterSwiftShaderComponent(cus);
- g_browser_process->pnacl_component_installer()->RegisterPnaclComponent(cus);
RegisterWidevineCdmComponent(cus);
+ g_browser_process->pnacl_component_installer()->RegisterPnaclComponent(cus);
#endif
#if defined(CLD_DATA_FROM_COMPONENT)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698