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

Unified Diff: telemetry/telemetry/internal/testing/test_page_sets/data/example_domain.json

Issue 2694843002: [Telemetry][Wpr] Remove old version of archive info. (Closed)
Patch Set: Rebase Created 3 years, 10 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 | « telemetry/telemetry/internal/story_runner_unittest.py ('k') | telemetry/telemetry/wpr/archive_info.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/testing/test_page_sets/data/example_domain.json
diff --git a/telemetry/telemetry/internal/testing/test_page_sets/data/example_domain.json b/telemetry/telemetry/internal/testing/test_page_sets/data/example_domain.json
index 20dec47efa4198bae30069f7cbfec14b47328587..9628451f30ab843aacdf7d3f3b73b8cdec85346e 100644
--- a/telemetry/telemetry/internal/testing/test_page_sets/data/example_domain.json
+++ b/telemetry/telemetry/internal/testing/test_page_sets/data/example_domain.json
@@ -1,9 +1,12 @@
{
"description": "Describes the Web Page Replay archives for a user story set. Don't edit by hand! Use record_wpr for updating.",
+ "platform_specific": true,
"archives": {
- "example_domain_001.wpr": [
- "http://www.example.com",
- "https://www.example.com"
- ]
+ "http://www.example.com": {
+ "DEFAULT": "example_domain_001.wpr"
+ },
+ "https://www.example.com":{
+ "DEFAULT": "example_domain_001.wpr"
+ }
}
-}
+}
« no previous file with comments | « telemetry/telemetry/internal/story_runner_unittest.py ('k') | telemetry/telemetry/wpr/archive_info.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698