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

Unified Diff: tools/telemetry/telemetry/core/platform/posix_platform_backend.py

Issue 103723002: [Telemetry] Convert mp4 video to Timestamp+Bitmaps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bulach+szym comments Created 7 years 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
Index: tools/telemetry/telemetry/core/platform/posix_platform_backend.py
diff --git a/tools/telemetry/telemetry/core/platform/posix_platform_backend.py b/tools/telemetry/telemetry/core/platform/posix_platform_backend.py
index 349796e072b240eaedcaff38f2a7eefefa957c20..631be6dba5c108f9bb12420acb34e9900aa33dcc 100644
--- a/tools/telemetry/telemetry/core/platform/posix_platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/posix_platform_backend.py
@@ -56,5 +56,5 @@ class PosixPlatformBackend(desktop_platform_backend.DesktopPlatformBackend):
def GetFlushUtilityName(self):
return 'clear_system_cache'
- def CanRunApplication(self, application):
+ def CanLaunchApplication(self, application):
return bool(distutils.spawn.find_executable(application))
« no previous file with comments | « tools/telemetry/telemetry/core/platform/linux_platform_backend.py ('k') | tools/telemetry/unittest_data/frame0.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698