| Index: tools/perf/measurements/tab_switching.py
|
| diff --git a/tools/perf/measurements/tab_switching.py b/tools/perf/measurements/tab_switching.py
|
| index 90beb134ee3e5f368e672dd8a1dec4f4bf7e56a0..b12a1745a5deb225695fbfdfcc298a6a98c03fb3 100644
|
| --- a/tools/perf/measurements/tab_switching.py
|
| +++ b/tools/perf/measurements/tab_switching.py
|
| @@ -36,7 +36,7 @@ class TabSwitching(page_measurement.PageMeasurement):
|
| def MeasurePage(self, _, tab, results):
|
| """Although this is called MeasurePage, we're actually using this function
|
| to cycle through each tab that was opened via DidNavigateToPage and
|
| - thenrecord a single histogram for the tab switching metric.
|
| + then record a single histogram for the tab switching metric.
|
| """
|
| histogram_name = 'MPArch.RWH_TabSwitchPaintDuration'
|
| histogram_type = histogram_util.BROWSER_HISTOGRAM
|
|
|