Index: chrome/browser/ui/pdf/pdf_unsupported_feature.cc |
diff --git a/chrome/browser/ui/pdf/pdf_unsupported_feature.cc b/chrome/browser/ui/pdf/pdf_unsupported_feature.cc |
index eca5db3067433f7e318aa76cec664d695b610b70..dc40e459eb89f658edae0057095b03eb3ddba1a0 100644 |
--- a/chrome/browser/ui/pdf/pdf_unsupported_feature.cc |
+++ b/chrome/browser/ui/pdf/pdf_unsupported_feature.cc |
@@ -206,7 +206,7 @@ class PDFUnsupportedFeatureInterstitial |
} else if (command == "2") { |
content::RecordAction( |
UserMetricsAction("PDF_ReaderInterstitialIgnore")); |
- // Pretend that the plug-in is up-to-date so that we don't block it. |
+ // Pretend that the plugin is up-to-date so that we don't block it. |
reader_webplugininfo_.version = base::ASCIIToUTF16("11.0.0.0"); |
OpenUsingReader(web_contents_, reader_webplugininfo_, NULL); |
} else { |