commit | 62224a2b61b5b2bedb96d3183fef93861540369b | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]> | Thu Aug 30 23:47:34 2018 |
committer | Commit Bot <[email protected]> | Thu Aug 30 23:47:34 2018 |
tree | 88108ec0cf6d6665426767a48743824b6a373777 | |
parent | d6ea8c1c00b6cf59714b4e6e90a47c59ed49d537 [diff] [blame] |
autotest: Add functionality to check if app is shown. This is required for cheets_AuthPerf test that waits until Play Store window is shown. Before we used implicit check that some property file was created. That was bit flaky due background nature of creating this file and did not work on all platforms. This CL introduces explicit way by checking if app is actually shown on Chrome. BUG=b:110060284 TEST=cheets_AuthPerf passes for Scarlet (where was failing before) + few other boards. Change-Id: Ia372b4939853a1c99fdd70a68079e080e14111c3 Reviewed-on: https://chromium-review.googlesource.com/1194735 Commit-Queue: Yury Khmel <[email protected]> Reviewed-by: Devlin <[email protected]> Reviewed-by: Achuith Bhandarkar <[email protected]> Cr-Commit-Position: refs/heads/master@{#587850}
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h index 34852cc..02f192b7 100644 --- a/extensions/browser/extension_function_histogram_value.h +++ b/extensions/browser/extension_function_histogram_value.h
@@ -1329,6 +1329,7 @@ ARCAPPSPRIVATE_LAUNCHAPP = 1266, AUTOTESTPRIVATE_RUNCROSTINIINSTALLER = 1267, AUTOFILLPRIVATE_MIGRATECREDITCARDS = 1268, + AUTOTESTPRIVATE_ISAPPSHOWN = 1269, // Last entry: Add new entries above, then run: // python tools/metrics/histograms/update_extension_histograms.py ENUM_BOUNDARY