| Index: chrome/browser/browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/browser_main.cc (revision 96410)
|
| +++ chrome/browser/browser_main.cc (working copy)
|
| @@ -57,7 +57,7 @@
|
| #include "chrome/browser/net/chrome_net_log.h"
|
| #include "chrome/browser/net/predictor_api.h"
|
| #include "chrome/browser/net/sdch_dictionary_fetcher.h"
|
| -#include "chrome/browser/plugin_updater.h"
|
| +#include "chrome/browser/plugin_prefs.h"
|
| #include "chrome/browser/policy/browser_policy_connector.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/prefs/pref_value_store.h"
|
| @@ -1906,9 +1906,6 @@
|
| browser_process->google_url_tracker();
|
| browser_process->intranet_redirect_detector();
|
|
|
| - // Do initialize the plug-in service (and related preferences).
|
| - PluginUpdater::GetInstance()->SetProfile(profile);
|
| -
|
| // Prepare for memory caching of SDCH dictionaries.
|
| // Perform A/B test to measure global impact of SDCH support.
|
| // Set up a field trial to see what disabling SDCH does to latency of page
|
|
|