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

Unified Diff: tools/perf/page_sets/system_health/loading_stories.py

Issue 2148843002: [system-health] Add full Google Search story to the System Health story sets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move back to searching_stories.py & rebase 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: tools/perf/page_sets/system_health/loading_stories.py
diff --git a/tools/perf/page_sets/system_health/loading_stories.py b/tools/perf/page_sets/system_health/loading_stories.py
index 8f3fbc44ee6558f8e2d9892455b6290bc803e328..d9c597af92970bf6491f725062b8b329a15f3c28 100644
--- a/tools/perf/page_sets/system_health/loading_stories.py
+++ b/tools/perf/page_sets/system_health/loading_stories.py
@@ -21,7 +21,7 @@ class _LoadingStory(system_health_story.SystemHealthStory):
class LoadGoogleStory(_LoadingStory):
NAME = 'load:search:google'
- URL = 'https://www.google.com/#hl=en&q=science'
+ URL = 'https://www.google.co.uk/'
nednguyen 2016/07/20 16:02:02 Is this rebase error?
petrcermak 2016/07/20 19:08:21 No, it's intentional. The load story should use th
class LoadBaiduStory(_LoadingStory):

Powered by Google App Engine
This is Rietveld 408576698