Index: functional/find_in_page.py |
=================================================================== |
--- functional/find_in_page.py (revision 148447) |
+++ functional/find_in_page.py (working copy) |
@@ -238,7 +238,7 @@ |
if properties['branding'] != 'Google Chrome': |
return |
# Search in pdf file over file://. |
- file_url = self.GetFileURLForDataPath('plugin', 'Embed.pdf') |
+ file_url = self.GetFileURLForContentDataPath('plugin', 'Embed.pdf') |
self._VerifySearchInPDFURL(file_url, 'adobe', 8) |
# Search in pdf file over http://. |