Chromium Code Reviews| Index: chrome/tools/extract_actions.py |
| =================================================================== |
| --- chrome/tools/extract_actions.py (revision 68139) |
| +++ chrome/tools/extract_actions.py (working copy) |
| @@ -161,6 +161,8 @@ |
| 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') |