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

Unified Diff: systrace/profile_chrome/profiler.py

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 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
Index: systrace/profile_chrome/profiler.py
diff --git a/systrace/profile_chrome/profiler.py b/systrace/profile_chrome/profiler.py
index dbfc06ea1dbc57fe5595df4db7057e83408555d1..59570244ad81998b21eae32ae7cc6121f0928c7d 100644
--- a/systrace/profile_chrome/profiler.py
+++ b/systrace/profile_chrome/profiler.py
@@ -46,10 +46,6 @@ def GetSupportedBrowsers():
'build': chrome.PACKAGE_INFO['chrome'],
}
supported_browsers.update(chrome.PACKAGE_INFO)
- unsupported_browsers = ['content_browsertests', 'gtest', 'legacy_browser']
- for browser in unsupported_browsers:
- if browser in supported_browsers:
- del supported_browsers[browser]
return supported_browsers
« no previous file with comments | « perf_insights/perf_insights/mappers/v8_map_function.html ('k') | systrace/systrace/tracing_agents/atrace_agent.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698