| Index: chrome/browser/plugin_prefs.cc
|
| diff --git a/chrome/browser/plugin_prefs.cc b/chrome/browser/plugin_prefs.cc
|
| index 94ecb6e232cccfeedaa2eba4003474dd8ca32028..af1b18c4af4c6b4b74f5fd58eaf757e268e54fc2 100644
|
| --- a/chrome/browser/plugin_prefs.cc
|
| +++ b/chrome/browser/plugin_prefs.cc
|
| @@ -41,8 +41,8 @@ namespace {
|
|
|
| // Default state for a plug-in (not state of the default plug-in!).
|
| // Accessed only on the UI thread.
|
| -base::LazyInstance<std::map<FilePath, bool> > g_default_plugin_state(
|
| - base::LINKER_INITIALIZED);
|
| +base::LazyInstance<std::map<FilePath, bool> > g_default_plugin_state =
|
| + LINKER_ZERO_INITIALIZED;
|
|
|
| } // namespace
|
|
|
|
|