| Index: tools/metrics/actions/extract_actions.py
|
| diff --git a/tools/metrics/actions/extract_actions.py b/tools/metrics/actions/extract_actions.py
|
| index 121fcd137c0ea888df3e73864fc3ff9be0f1b9fe..9126d06ed7f6ad0d719c0ef3fb069fac03b34de1 100755
|
| --- a/tools/metrics/actions/extract_actions.py
|
| +++ b/tools/metrics/actions/extract_actions.py
|
| @@ -359,6 +359,7 @@ def AddExtensionActions(actions):
|
| actions.add('FileBrowser.CreateNewFolder')
|
| actions.add('FileBrowser.PhotoEditor.Edit')
|
| actions.add('FileBrowser.PhotoEditor.View')
|
| + actions.add('FileBrowser.SuggestApps.ShowDialog')
|
|
|
| # Actions sent by Google Now client.
|
| actions.add('GoogleNow.MessageClicked')
|
|
|