Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: functional/find_in_page.py

Issue 10833023: Update test - testSearchInPDF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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://.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698