| Index: tools/metrics/actions/extract_actions.py
|
| diff --git a/tools/metrics/actions/extract_actions.py b/tools/metrics/actions/extract_actions.py
|
| index 63818f331165614dd04354261943a16ccd6b93bd..c7f550f6981f20f64ba124321b25639e6387a2e0 100755
|
| --- a/tools/metrics/actions/extract_actions.py
|
| +++ b/tools/metrics/actions/extract_actions.py
|
| @@ -287,6 +287,7 @@ def AddAndroidActions(actions):
|
| actions.add('MobilePageLoaded')
|
| actions.add('MobilePageLoadedDesktopUserAgent')
|
| actions.add('MobilePageLoadedWithKeyboard')
|
| + actions.add('MobilePullGestureReload')
|
| actions.add('MobileReceivedExternalIntent')
|
| actions.add('MobileRendererCrashed')
|
| actions.add('MobileShortcutAllBookmarks')
|
|
|