diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-04 01:07:46 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-04 01:07:46 +0000 |
commit | 00f892aff1bfd73966ffb7ef0099a3e354835ba7 (patch) | |
tree | b05eae2e0a8069dfbb2a6d739995f28dfb15a218 /chrome/tools/extract_actions.py | |
parent | 21a45aa27e785398610c797beec31adcc20210e7 (diff) | |
download | chromium_src-00f892aff1bfd73966ffb7ef0099a3e354835ba7.zip chromium_src-00f892aff1bfd73966ffb7ef0099a3e354835ba7.tar.gz chromium_src-00f892aff1bfd73966ffb7ef0099a3e354835ba7.tar.bz2 |
Update PDF user actions.
Review URL: http://codereview.chromium.org/5560005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68262 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/extract_actions.py')
-rwxr-xr-x | chrome/tools/extract_actions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py index aef7153b..03cd3f0 100755 --- a/chrome/tools/extract_actions.py +++ b/chrome/tools/extract_actions.py @@ -161,6 +161,8 @@ def AddClosedSourceActions(actions): actions.add('PDF.PrintPage') actions.add('PDF.FitToHeightButton') actions.add('PDF.FitToWidthButton') + actions.add('PDF.LoadFailure') + actions.add('PDF.LoadSuccess') actions.add('PDF.ZoomFromBrowser') actions.add('PDF.ZoomOutButton') actions.add('PDF.ZoomInButton') |