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

Unified Diff: chrome/test/functional/codesign.py

Issue 3033015: Fix typo in chrome/test/functional/codesign.py (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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: chrome/test/functional/codesign.py
diff --git a/chrome/test/functional/codesign.py b/chrome/test/functional/codesign.py
index add2e734e7106fcfae10df904a91d82105dc1878..b4f553a67e25fca74ee5456fcac6cc7d4e59104d 100644
--- a/chrome/test/functional/codesign.py
+++ b/chrome/test/functional/codesign.py
@@ -26,7 +26,7 @@ class CodesignTest(pyauto.PyUITest):
# TODO: Add functionality for other operating systems (see crbug.com/47902)
if self.IsMac():
- self._macCodeSign(browser_info)
+ self._MacCodeSign(browser_info)
def _MacCodeSign(self, browser_info):
valid_text = 'valid on disk'
« 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