| Index: chrome/browser/chromeos/gview_request_interceptor.cc
|
| diff --git a/chrome/browser/chromeos/gview_request_interceptor.cc b/chrome/browser/chromeos/gview_request_interceptor.cc
|
| index 5e5c52161e38474d17a9a38384da77817051a9cb..c6b1f9c45f224c623fa7e2d0573355b08fc4e127 100644
|
| --- a/chrome/browser/chromeos/gview_request_interceptor.cc
|
| +++ b/chrome/browser/chromeos/gview_request_interceptor.cc
|
| @@ -67,7 +67,7 @@ net::URLRequestJob* GViewRequestInterceptor::MaybeInterceptResponse(
|
| PathService::Get(chrome::FILE_PDF_PLUGIN, &pdf_path);
|
| if (webkit::npapi::PluginList::Singleton()->GetPluginInfoByPath(
|
| pdf_path, &info) &&
|
| - info.enabled)
|
| + webkit::npapi::IsPluginEnabled(info))
|
| return NULL;
|
| }
|
| // If supported, build the URL to the Google Document Viewer
|
|
|