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

Unified Diff: tools/chrome_proxy/webdriver/decorators.py

Issue 2939943003: Fix testLitePageFallbackViaPagePolicies below M61 (Closed)
Patch Set: Rename decorator Created 3 years, 6 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 | « tools/chrome_proxy/webdriver/decorator_smoke.py ('k') | tools/chrome_proxy/webdriver/lite_page.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/webdriver/decorators.py
diff --git a/tools/chrome_proxy/webdriver/decorators.py b/tools/chrome_proxy/webdriver/decorators.py
index bfe30748fd604801f7d984b18d1144c7e1d2acdb..e3e716be450e719e6cdf6193036d122a7cd58b07 100644
--- a/tools/chrome_proxy/webdriver/decorators.py
+++ b/tools/chrome_proxy/webdriver/decorators.py
@@ -105,7 +105,7 @@ def ChromeVersionBeforeM(milestone):
return wrapper
return puesdo_wrapper
-def ChromeVersionAfterM(milestone):
+def ChromeVersionEqualOrAfterM(milestone):
def puesdo_wrapper(func):
def wrapper(*args, **kwargs):
global chrome_version
« no previous file with comments | « tools/chrome_proxy/webdriver/decorator_smoke.py ('k') | tools/chrome_proxy/webdriver/lite_page.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698