Index: chrome/tools/extract_actions.py |
diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py |
index 09bab23dd1a0faafe0c00e7a4f4e4f1d4cd12c44..0cd63217c391edfc546e6da2aaa7e6760495d854 100755 |
--- a/chrome/tools/extract_actions.py |
+++ b/chrome/tools/extract_actions.py |
@@ -231,6 +231,8 @@ def AddExtensionActions(actions): |
""" |
# Actions sent by Chrome OS File Browser. |
actions.add('FileBrowser.CreateNewFolder') |
+ actions.add('FileBrowser.PhotoEditor.Edit') |
+ actions.add('FileBrowser.PhotoEditor.View') |
def GrepForActions(path, actions): |
"""Grep a source file for calls to UserMetrics functions. |