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

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

Issue 2725323002: Revert of [Telemetry][Wpr] Remove old version of archive info. (Closed)
Patch Set: 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 9628451f30ab843aacdf7d3f3b73b8cdec85346e..20dec47efa4198bae30069f7cbfec14b47328587 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,12 +1,9 @@
{
"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": {
- "http://www.example.com": {
- "DEFAULT": "example_domain_001.wpr"
- },
- "https://www.example.com":{
- "DEFAULT": "example_domain_001.wpr"
- }
+ "example_domain_001.wpr": [
+ "http://www.example.com",
+ "https://www.example.com"
+ ]
}
-}
+}
« 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