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

Unified Diff: chrome/browser/browser_process_impl.cc

Issue 11348046: Add versioning to PluginFinder metadata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: divx Created 7 years, 10 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/plugins/plugin_finder.h » ('j') | chrome/browser/plugins/plugin_finder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.cc
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
index ab1f680563ad7297b1871bea5d8eef8e2a7ae270..ad8848ca5bf5e8949137c251203725dbb4e28535 100644
--- a/chrome/browser/browser_process_impl.cc
+++ b/chrome/browser/browser_process_impl.cc
@@ -865,7 +865,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() {
#if defined(ENABLE_PLUGIN_INSTALLATION)
DCHECK(!plugins_resource_service_.get());
plugins_resource_service_ = new PluginsResourceService(local_state());
- plugins_resource_service_->StartAfterDelay();
+ plugins_resource_service_->Init();
#endif
#endif // defined(ENABLE_PLUGINS)
« no previous file with comments | « no previous file | chrome/browser/plugins/plugin_finder.h » ('j') | chrome/browser/plugins/plugin_finder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698