| Index: chrome/tools/extract_actions.py
|
| diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py
|
| index cba2c9c3b124c2ae279cde559d061a84ffcadf42..1e3a8567abc6aef81aba72c0a9dfe1d41c0a2749 100755
|
| --- a/chrome/tools/extract_actions.py
|
| +++ b/chrome/tools/extract_actions.py
|
| @@ -336,6 +336,12 @@ def AddExtensionActions(actions):
|
| actions.add('FileBrowser.PhotoEditor.Edit')
|
| actions.add('FileBrowser.PhotoEditor.View')
|
|
|
| + # Actions sent by Google Now client.
|
| + actions.add('GoogleNow.MessageClicked')
|
| + actions.add('GoogleNow.ButtonClicked0')
|
| + actions.add('GoogleNow.ButtonClicked1')
|
| + actions.add('GoogleNow.Dismissed')
|
| +
|
| def GrepForActions(path, actions):
|
| """Grep a source file for calls to UserMetrics functions.
|
|
|
|
|