diff options
Diffstat (limited to 'chrome/tools')
-rw-r--r-- | chrome/tools/chromeactions.txt | 11 | ||||
-rwxr-xr-x | chrome/tools/extract_actions.py | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/chrome/tools/chromeactions.txt b/chrome/tools/chromeactions.txt index 675a4e2..e1d450f 100644 --- a/chrome/tools/chromeactions.txt +++ b/chrome/tools/chromeactions.txt @@ -947,6 +947,17 @@ 0x99ed44568e5ff51a PDF.ZoomFromBrowser 0x1d57434947820665 PDF.ZoomInButton 0x40ca10ced9d81d17 PDF.ZoomOutButton +0x0b951f22f9dff291 PDF_Unsupported_3D +0xd39cd7449ac8702e PDF_Unsupported_Attachments +0x922a34409936d3c6 PDF_Unsupported_Digital_Signatures +0xc09901d647ad722f PDF_Unsupported_Movie +0x282157da06d467b9 PDF_Unsupported_Portfolios +0x74d8faa1b4e92791 PDF_Unsupported_Rights_Management +0x571f65a8518214ae PDF_Unsupported_Screen +0xdf8b4231d4bd3f90 PDF_Unsupported_Shared_Form +0xb7474a7496f9a77e PDF_Unsupported_Shared_Review +0x6efe497913838ea5 PDF_Unsupported_Sound +0x08640e2d5578cf94 PDF_Unsupported_XFA 0xee3677bcca83ece9 PageDown 0x9b869c510c75c582 PageUp 0x9ba3ff80fde405cd PasswordManager_Disabled diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py index e28c85b..b111182 100755 --- a/chrome/tools/extract_actions.py +++ b/chrome/tools/extract_actions.py @@ -162,6 +162,17 @@ def AddClosedSourceActions(actions): actions.add('PDF.ZoomFromBrowser') actions.add('PDF.ZoomOutButton') actions.add('PDF.ZoomInButton') + actions.add('PDF_Unsupported_Rights_Management') + actions.add('PDF_Unsupported_XFA') + actions.add('PDF_Unsupported_3D') + actions.add('PDF_Unsupported_Movie') + actions.add('PDF_Unsupported_Sound') + actions.add('PDF_Unsupported_Screen') + actions.add('PDF_Unsupported_Portfolios') + actions.add('PDF_Unsupported_Attachments') + actions.add('PDF_Unsupported_Digital_Signatures') + actions.add('PDF_Unsupported_Shared_Review') + actions.add('PDF_Unsupported_Shared_Form') def AddAboutFlagsActions(actions): """This parses the experimental feature flags for UMA actions. |