| Index: chrome/browser/browser_process_impl.cc
|
| diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
|
| index 870982e0b23d9d7175f71fea2d81e07d2be09b12..bec79ae151faadf11145ba8a8f269fd8bb1032b3 100644
|
| --- a/chrome/browser/browser_process_impl.cc
|
| +++ b/chrome/browser/browser_process_impl.cc
|
| @@ -766,7 +766,8 @@ void BrowserProcessImpl::PreMainMessageLoopRun() {
|
| bool add_at_beginning = false;
|
| chrome::ChromeContentClient* content_client =
|
| static_cast<chrome::ChromeContentClient*>(content::GetContentClient());
|
| - if (content_client->GetBundledPepperFlash(&plugin, &add_at_beginning)) {
|
| + if (content_client->GetBundledFieldTrialPepperFlash(&plugin,
|
| + &add_at_beginning)) {
|
| plugin_service->RegisterInternalPlugin(plugin.ToWebPluginInfo(),
|
| add_at_beginning);
|
| }
|
|
|